|
|
@ -2,9 +2,9 @@ org.gradle.parallel=true |
|
|
|
kotlin.code.style=official |
|
|
|
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.3.1-rc01 |
|
|
|
compose.version=1.3.1-rc03 |
|
|
|
# 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.4.2-rc03 |
|
|
|
compose.tests.compiler.version=1.4.2 |
|
|
|
# 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.8.10 |
|
|
|
compose.tests.compiler.compatible.kotlin.version=1.8.10 |
|
|
|
# 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. |
|
|
|