mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-11-14 11:00:26 +00:00
add template for startup and readme
This commit is contained in:
7
startup/template/common/build.gradle
Normal file
7
startup/template/common/build.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
Reference in New Issue
Block a user