mirror of
https://github.com/BetterAndroid/android-compose-app-template.git
synced 2025-09-05 10:15:34 +08:00
Initial commit
This commit is contained in:
16
settings.gradle.kts
Normal file
16
settings.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "__SWEET_DEPENDENCY_VERSION__"
|
||||
id("com.highcapable.sweetproperty") version "__SWEET_PROPERTY_VERSION__"
|
||||
}
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
}
|
||||
rootProject.name = "__PROJECT_NAME__"
|
||||
include(":app")
|
Reference in New Issue
Block a user