mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-05 10:15:24 +08:00
chore: update project config
This commit is contained in:
@@ -15,6 +15,8 @@ plugins:
|
||||
org.jetbrains.compose:
|
||||
alias: jetbrains-compose
|
||||
version: +
|
||||
repositories:
|
||||
maven-central
|
||||
com.android.application:
|
||||
alias: android-application
|
||||
version: +
|
||||
|
@@ -10,6 +10,9 @@ plugins {
|
||||
id("com.highcapable.sweetdependency") version "__SWEET_DEPENDENCY_VERSION__"
|
||||
id("com.highcapable.sweetproperty") version "__SWEET_PROPERTY_VERSION__"
|
||||
}
|
||||
sweetDependency {
|
||||
isUseDependencyResolutionManagement = false
|
||||
}
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
}
|
||||
|
Reference in New Issue
Block a user