diff --git a/template/build.gradle b/template/build.gradle deleted file mode 100644 index 8a22926..0000000 --- a/template/build.gradle +++ /dev/null @@ -1,8 +0,0 @@ -plugins { - id "org.jetbrains.kotlin.multiplatform" - id "org.jetbrains.kotlin.plugin.serialization" - id "com.android.library" -} - -apply from: "$mppProjectWithSerializationPresetPath" - diff --git a/template/src/commonMain/kotlin/PackageInfo.kt b/template/src/commonMain/kotlin/PackageInfo.kt deleted file mode 100644 index 952569f..0000000 --- a/template/src/commonMain/kotlin/PackageInfo.kt +++ /dev/null @@ -1 +0,0 @@ -package project_group.project_name.template diff --git a/template/src/main/AndroidManifest.xml b/template/src/main/AndroidManifest.xml deleted file mode 100644 index 6fc7fd1..0000000 --- a/template/src/main/AndroidManifest.xml +++ /dev/null @@ -1 +0,0 @@ -