mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2025-09-09 02:09:26 +00:00
update templates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
}
|
||||
|
||||
apply from: "$mppProjectWithSerializationPresetPath"
|
||||
|
@@ -0,0 +1 @@
|
||||
package {{.full_module_package}}
|
@@ -0,0 +1 @@
|
||||
package {{.full_module_package}}
|
Reference in New Issue
Block a user