mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Print compose core version while resolving plugin dependencies in web
This commit is contained in:
@@ -13,6 +13,7 @@ pluginManagement {
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "org.jetbrains.compose") {
|
||||
println("[build] compose core version: ${extra["COMPOSE_CORE_VERSION"]}")
|
||||
useModule("org.jetbrains.compose:org.jetbrains.compose.gradle.plugin:${extra["COMPOSE_CORE_VERSION"]}")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user