Revert Kotlin to 1.6.10

Version of Kotlin should be compatible with Compose that is set in gradle.properties
This commit is contained in:
Igor Demin
2022-04-29 16:33:55 +04:00
parent 96f0d98d27
commit 15f8b0bbd3
7 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.6.10
compose.version=1.1.0
compose.version=1.1.0

View File

@@ -23,5 +23,6 @@ org.gradle.parallel=true
org.gradle.caching=true
kotlin.native.disableCompilerDaemon=true
#todo remove -Pkotlin.version=1.6.20 from Xcode project, when stable version on Compose with Koltin 1.6.20 or later released
kotlin.version=1.6.10
compose.version=1.1.0
compose.version=1.1.0