Browse Source
* move to kotlin 1.6.10-RC and corresponding compose commit * Update path to the karma plugin we are patching * Add ExperimentalComposeWebStyleApi what worries me that this actually shows that there are some cases where without any changes apart version compiler people will have to worry about such annotations * update kotlin version in templates to adopt 1.6.10-RC * web: move ComposableWithNullableTypeParameter.kt to passing test cases * update kotlin version in other places * update imageviewer example: add OptIn for experimental API * move compose * move to kotlin 1.6.10 and corresponding compose * move to kotlin 1.6.10 and corresponding compose * move to 1.0.1-rc2 * move to 1.0.1-rc2 (todoapp) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> Co-authored-by: Shagen Ogandzhanian <shagen.ogandzhanian@jetbrains.com>pull/1592/head
Oleksandr Karpovich
3 years ago
committed by
GitHub
33 changed files with 65 additions and 60 deletions
@ -1,2 +1,2 @@
|
||||
compose.version=1.0.0 |
||||
compose.version=1.0.1-rc2 |
||||
kotlin.code.style=official |
||||
|
@ -1 +1 @@
|
||||
Subproject commit e2a3108b92d4c54b5780f9eeceb1712845961cd7 |
||||
Subproject commit 7dce7a026bf977363d8ab85c407e6efab36f856a |
@ -1,2 +1,2 @@
|
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,2 +1,2 @@
|
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,4 +1,4 @@
|
||||
kotlin.code.style=official |
||||
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
||||
kotlin.code.style=official |
||||
kotlin.version=1.5.31 |
||||
compose.version=1.0.0 |
||||
kotlin.version=1.6.10 |
||||
compose.version=1.0.1-rc2 |
||||
|
@ -1,5 +1,5 @@
|
||||
COMPOSE_CORE_VERSION=1.0.0 |
||||
COMPOSE_WEB_VERSION=1.0.0 |
||||
COMPOSE_CORE_VERSION=1.0.1-rc2 |
||||
COMPOSE_WEB_VERSION=1.0.1-rc2 |
||||
compose.web.buildSamples=false |
||||
compose.web.tests.integration.withFirefox |
||||
compose.web.tests.skip.benchmarks=false |
||||
|
Loading…
Reference in new issue