Browse Source
* Add changes for 1.3.1 + update Changelog Versions: compose 1.3.1 kotlin 1.8.10 compiler: 1.4.2 * revert version update in experimental examples * Update CHANGELOG.mdpull/2884/head
Oleksandr Karpovich
2 years ago
committed by
GitHub
31 changed files with 91 additions and 59 deletions
@ -1,2 +1,2 @@ |
|||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.native.enableDependencyPropagation=false |
kotlin.native.enableDependencyPropagation=false |
||||||
android.useAndroidX=true |
android.useAndroidX=true |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
agp.version=7.3.0 |
agp.version=7.3.0 |
||||||
compose.version=1.3.0-rc02 |
compose.version=1.3.1 |
||||||
org.jetbrains.compose.experimental.uikit.enabled=true |
org.jetbrains.compose.experimental.uikit.enabled=true |
||||||
org.jetbrains.compose.experimental.jscanvas.enabled=true |
org.jetbrains.compose.experimental.jscanvas.enabled=true |
||||||
org.jetbrains.compose.experimental.macos.enabled=true |
org.jetbrains.compose.experimental.macos.enabled=true |
||||||
kotlinx.serializationCore=1.4.1 |
kotlinx.serializationCore=1.4.1 |
||||||
|
|
||||||
#empty by default - a default version will be used |
#empty by default - a default version will be used |
||||||
compose.kotlinCompilerPluginVersion= |
compose.kotlinCompilerPluginVersion= |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.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.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
kotlin.code.style=official |
kotlin.code.style=official |
||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.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.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.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.8.0 |
kotlin.version=1.8.10 |
||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
|
@ -1 +1 @@ |
|||||||
kotlin.version=1.8.0 |
kotlin.version=1.8.10 |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
compose.version=1.3.0 |
compose.version=1.3.1 |
||||||
compose.web.buildSamples=false |
compose.web.buildSamples=false |
||||||
compose.web.tests.integration.withFirefox |
compose.web.tests.integration.withFirefox |
||||||
compose.web.tests.skip.benchmarks=false |
compose.web.tests.skip.benchmarks=false |
||||||
|
Loading…
Reference in new issue