mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Configure repositories for all modules (#2510)
This commit is contained in:
@@ -3,15 +3,16 @@ plugins {
|
||||
id("com.android.library") apply false
|
||||
}
|
||||
|
||||
subprojects {
|
||||
version = findProperty("deploy.version") ?: property("compose.version")!!
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
version = findProperty("deploy.version") ?: property("compose.version")!!
|
||||
|
||||
plugins.withId("java") {
|
||||
configureIfExists<JavaPluginExtension> {
|
||||
|
||||
Reference in New Issue
Block a user