Browse Source
Version of Kotlin should be compatible with Compose that is set in gradle.propertiespull/2043/head
Igor Demin
3 years ago
7 changed files with 8 additions and 7 deletions
@ -1,4 +1,4 @@ |
|||||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.6.10 |
kotlin.version=1.6.10 |
||||||
compose.version=1.1.0 |
compose.version=1.1.0 |
@ -1,4 +1,4 @@ |
|||||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.6.21 |
kotlin.version=1.6.10 |
||||||
compose.version=1.1.0 |
compose.version=1.1.0 |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.6.21 |
kotlin.version=1.6.10 |
||||||
compose.version=1.1.0 |
compose.version=1.1.0 |
||||||
|
Loading…
Reference in new issue