@ -8,7 +8,7 @@ android.useAndroidX=true
#Versions
kotlin.version=1.9.21
compose.version=1.6.0-dev1340
compose.version=1.6.0-dev1357
agp.version=8.1.2
#Compose
@ -3,7 +3,7 @@ kotlin.code.style=official
android.useAndroidX=true
agp.version=7.3.0
kotlinx.coroutines.version=1.8.0-RC
@ -2,7 +2,7 @@ org.gradle.parallel=true
kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.7
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.