11[versions ]
22androidxNavigation = " 2.4.2"
33androidxTestCore = " 1.6.1"
4- composeVersion = " 1.6.11"
4+ androidxComposeVersion = " 1.6.3"
5+ jetbrainsComposeVersion = " 1.6.11"
56espresso = " 3.5.0"
67kotlin = " 1.9.24"
78# see https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility
@@ -17,7 +18,7 @@ buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.5" }
1718dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
1819dokka-javadoc = { id = " org.jetbrains.dokka-javadoc" , version = " 2.0.0" }
1920binary-compatibility-validator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.13.0" }
20- compose-compiler = { id = " org.jetbrains.compose" , version.ref = " composeVersion " }
21+ compose-compiler = { id = " org.jetbrains.compose" , version.ref = " jetbrainsComposeVersion " }
2122errorprone = { id = " net.ltgt.errorprone" , version = " 3.0.1" }
2223gradle-versions = { id = " com.github.ben-manes.versions" , version = " 0.42.0" }
2324spotless = { id = " com.diffplug.spotless" , version = " 6.11.0" }
@@ -30,11 +31,12 @@ spring-boot-three = { id = "org.springframework.boot", version.ref = "springThre
3031spring-dependency-management = { id = " io.spring.dependency-management" , version = " 1.0.11.RELEASE" }
3132
3233[libraries ]
33- androidx-activity-compose = { module = " androidx.activity:activity-compose" , version = " 1.6.3 " }
34- androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version = " 1.6.3 " }
35- androidx-compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" , version = " 1.6.3 " }
34+ androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxComposeVersion " }
35+ androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidxComposeVersion " }
36+ androidx-compose-foundation-layout = { module = " androidx.compose.foundation:foundation-layout" , version.ref = " androidxComposeVersion " }
3637androidx-compose-material3 = { module = " androidx.compose.material3:material3" , version = " 1.2.1" }
37- androidx-compose-ui = { module = " androidx.compose.ui:ui" , version = " 1.6.3" }
38+ androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " androidxComposeVersion" }
39+ # Note: don't change without testing forwards compatibility
3840androidx-compose-ui-replay = { module = " androidx.compose.ui:ui" , version = " 1.5.0" }
3941androidx-core = { module = " androidx.core:core" , version = " 1.3.2" }
4042androidx-core-ktx = { module = " androidx.core:core-ktx" , version = " 1.7.0" }
0 commit comments