Browse Source
* Update versions to CM 1.5.1 and kotlin 1.9.10 * Add explicit dependencies on compose.ui and compose.foundation in examples/chat/jsApp * Update CHANGELOG.md * fix typo * Add Dependencies for 1.5.1 Changelogpull/3633/head
32 changed files with 77 additions and 55 deletions
@ -1,2 +1,2 @@ |
|||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
|
|||||||
@ -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.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -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.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -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.9.0 |
kotlin.version=1.9.10 |
||||||
compose.version=1.5.0 |
compose.version=1.5.1 |
||||||
|
|||||||
@ -1 +1 @@ |
|||||||
kotlin.version=1.8.21 |
kotlin.version=1.9.10 |
||||||
|
|||||||
Loading…
Reference in new issue