This commit is contained in:
2020-12-02 21:50:52 +06:00
parent a75b97efa6
commit 79ba472b64
18 changed files with 580 additions and 0 deletions

8
lib/build.gradle Normal file
View File

@@ -0,0 +1,8 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jetbrains.kotlin.plugin.serialization"
id "com.android.library"
}
apply from: "$mppProjectWithSerializationPresetPath"