|
|
@ -4,11 +4,11 @@ kotlin.code.style=official |
|
|
|
# Default version of Compose Libraries used by Gradle plugin |
|
|
|
# Default version of Compose Libraries used by Gradle plugin |
|
|
|
compose.version=1.6.0-dev1340 |
|
|
|
compose.version=1.6.0-dev1340 |
|
|
|
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI. |
|
|
|
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI. |
|
|
|
compose.tests.compiler.version=1.5.4 |
|
|
|
compose.tests.compiler.version=1.5.7 |
|
|
|
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI. |
|
|
|
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI. |
|
|
|
compose.tests.compiler.compatible.kotlin.version=1.9.21 |
|
|
|
compose.tests.compiler.compatible.kotlin.version=1.9.22 |
|
|
|
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI. |
|
|
|
# The latest version of Kotlin compatible with compose.tests.compiler.version for JS target. Used only on CI. |
|
|
|
compose.tests.js.compiler.compatible.kotlin.version=1.9.21 |
|
|
|
compose.tests.js.compiler.compatible.kotlin.version=1.9.22 |
|
|
|
# __SUPPORTED_GRADLE_VERSIONS__ |
|
|
|
# __SUPPORTED_GRADLE_VERSIONS__ |
|
|
|
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well |
|
|
|
# Don't forget to edit versions in .github/workflows/gradle-plugin.yml as well |
|
|
|
compose.tests.gradle.versions=7.4, 8.3 |
|
|
|
compose.tests.gradle.versions=7.4, 8.3 |
|
|
|