mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-07 03:05:47 +08:00
Initial commit
This commit is contained in:
17
settings.gradle.kts
Normal file
17
settings.gradle.kts
Normal file
@@ -0,0 +1,17 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.2"
|
||||
id("com.highcapable.sweetproperty") version "1.0.3"
|
||||
}
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
}
|
||||
rootProject.name = "__PROJECT_NAME__"
|
||||
include(":androidApp", ":desktopApp", ":shared")
|
Reference in New Issue
Block a user