Compare commits

..

No commits in common. "e0bce311d543195f9f4dc1602eb6bbe1496c50b2" and "488e4b283dae383c5383af06ae622bb9e1224b4f" have entirely different histories.

21 changed files with 5 additions and 57 deletions

View File

@ -1,4 +0,0 @@
# Templates
This folder contains templates to generate your modules in Intellij Idea with plugin
[ModuleGenerator](https://plugins.jetbrains.com/plugin/21100-segment-generator)

View File

@ -1,5 +0,0 @@
{
"module_path": "feature/sample",
"module_package": "{{.module_path.replace(\"/\", \".\")}}",
"full_module_package": "project_group.{{.module_path.replace(\"/\", \".\")}}"
}

View File

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

View File

@ -1 +0,0 @@
<manifest package="{{.full_module_package}}"/>

View File

@ -1,5 +0,0 @@
{
"module_path": "feature/sample",
"module_package": "{{.module_path.replace(\"/\", \".\")}}",
"full_module_package": "project_group.{{.module_path.replace(\"/\", \".\")}}"
}

View File

@ -1,7 +0,0 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jetbrains.kotlin.plugin.serialization"
}
apply from: "$mppJavaProjectPresetPath"

View File

@ -1,5 +0,0 @@
{
"module_path": "feature/sample",
"module_package": "{{.module_path.replace(\"/\", \".\")}}",
"full_module_package": "project_group.{{.module_path.replace(\"/\", \".\")}}"
}

View File

@ -1,7 +0,0 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jetbrains.kotlin.plugin.serialization"
}
apply from: "$mppJsProjectPresetPath"

View File

@ -1 +0,0 @@
package {{.full_module_package}}

View File

@ -1 +0,0 @@
package {{.full_module_package}}

View File

@ -1,5 +0,0 @@
{
"module_path": "feature/sample",
"module_package": "{{.module_path.replace(\"/\", \".\")}}",
"full_module_package": "project_group.{{.module_path.replace(\"/\", \".\")}}"
}

View File

@ -1 +0,0 @@
package {{.full_module_package}}

View File

@ -1 +0,0 @@
<manifest package="{{.full_module_package}}"/>

View File

@ -1,6 +1,6 @@
[versions]
kotlin = "1.8.21"
kotlin = "1.8.20"
kotlin-serialization = "1.5.0"
dokka = "1.8.10"
@ -13,7 +13,7 @@ espresso_core = "3.4.0"
android-gradle-plugin = "7.4.2"
android-minSdk = "21"
android-compileSdk = "33"
android-buildTools = "33.0.2"
android-buildTools = "33.0.1"
[libraries]

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -0,0 +1 @@
package project_group.project_name.template

View File

@ -0,0 +1 @@
<manifest package="project_group.project_name.template"/>