Browse Source
* Move compose * Update kotlin version to 1.6.20 * Move compose + Update kotlin version to 1.6.21 * Move compose to include a fix for compose plugin (kjs specific) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>pull/2027/head
Oleksandr Karpovich
3 years ago
committed by
GitHub
13 changed files with 14 additions and 14 deletions
@ -1 +1 @@ |
|||||||
Subproject commit f4b9436637e0391351984ebfa5470ff77051815e |
Subproject commit 5f528e84a04008c5c0b037980a5d44ec42d5f0d3 |
@ -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.10 |
kotlin.version=1.6.21 |
||||||
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.10 |
kotlin.version=1.6.21 |
||||||
compose.version=1.1.0 |
compose.version=1.1.0 |
||||||
|
Loading…
Reference in new issue