mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-04 23:43:49 +00:00
9 lines
225 B
Groovy
9 lines
225 B
Groovy
plugins {
|
|
id "org.jetbrains.kotlin.multiplatform"
|
|
id "org.jetbrains.kotlin.plugin.serialization"
|
|
id "com.android.library"
|
|
id "kotlin-android-extensions"
|
|
}
|
|
|
|
apply from: "$mppProjectWithSerializationPresetPath"
|