chore: update project config

This commit is contained in:
2023-11-14 00:52:21 +08:00
parent 9d3b476ba7
commit 59aec4f463
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ plugins:
org.jetbrains.compose:
alias: jetbrains-compose
version: +
repositories:
maven-central
com.android.application:
alias: android-application
version: +

View File

@@ -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 } }
}