mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-06 10:45:49 +08:00
feat: use repos to get version of plugins
This commit is contained in:
@@ -7,8 +7,8 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.3"
|
||||
id("com.highcapable.sweetproperty") version "1.0.4"
|
||||
id("com.highcapable.sweetdependency") version "__SWEET_DEPENDENCY_VERSION__"
|
||||
id("com.highcapable.sweetproperty") version "__SWEET_PROPERTY_VERSION__"
|
||||
}
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
|
Reference in New Issue
Block a user