Move versions plugin to sylibs
This commit is contained in:
parent
2e4b6e45d6
commit
50a758f05b
@ -15,7 +15,7 @@ plugins {
|
|||||||
alias(androidx.plugins.test) apply false
|
alias(androidx.plugins.test) apply false
|
||||||
alias(kotlinx.plugins.android) apply false
|
alias(kotlinx.plugins.android) apply false
|
||||||
alias(libs.plugins.kotlinter)
|
alias(libs.plugins.kotlinter)
|
||||||
alias(libs.plugins.versionsx)
|
alias(sylibs.plugins.versionsx)
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
@ -101,4 +101,3 @@ richtext = ["richtext-commonmark", "richtext-m3"]
|
|||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" }
|
kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" }
|
||||||
versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
|
@ -10,3 +10,6 @@ xlog = "com.elvishew:xlog:1.11.0"
|
|||||||
|
|
||||||
ratingbar = "me.zhanghai.android.materialratingbar:library:1.4.0"
|
ratingbar = "me.zhanghai.android.materialratingbar:library:1.4.0"
|
||||||
composeRatingbar = "com.github.a914-gowtham:compose-ratingbar:1.2.3"
|
composeRatingbar = "com.github.a914-gowtham:compose-ratingbar:1.2.3"
|
||||||
|
|
||||||
|
[plugins]
|
||||||
|
versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
Loading…
x
Reference in New Issue
Block a user