Skip to content

Commit

Permalink
move to kotlin 1.6.10 and corresponding compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Karpovich committed Dec 14, 2021
1 parent 7e235b0 commit 3d5c51b
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion compose/frameworks/support
2 changes: 1 addition & 1 deletion examples/codeviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
agp.version=4.2.2
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/falling-balls-web/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/falling-balls/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/imageviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
agp.version=4.2.2
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/issues/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ kotlin.code.style=official
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
agp.version=4.2.2
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/notepad/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/todoapp-lite/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
agp.version=4.2.2
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/todoapp/buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/visual-effects/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/web-compose-bird/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/web-landing/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/web-with-react/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion examples/widgets-gallery/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
agp.version=4.2.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package org.jetbrains.compose.test

@Suppress("EnumEntryName")
enum class TestKotlinVersion(val versionString: String) {
Default("1.6.10-RC"),
Default("1.6.10"),
V1_5_31("1.5.31"),
V1_5_20("1.5.20")
}
2 changes: 1 addition & 1 deletion templates/desktop-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
2 changes: 1 addition & 1 deletion templates/multiplatform-template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
agp.version=4.2.2
compose.version=1.0.0
2 changes: 1 addition & 1 deletion templates/web-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.6.10-RC
kotlin.version=1.6.10
compose.version=1.0.0
4 changes: 2 additions & 2 deletions web/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

plugins {
id("org.jetbrains.kotlin.jvm") version "1.6.10-RC"
id("org.jetbrains.kotlin.jvm") version "1.6.10"
}


Expand All @@ -20,5 +20,5 @@ java {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10-RC")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.6.10-RC"
kotlin("multiplatform") version "1.6.10"
id("org.jetbrains.compose")
}

Expand Down
2 changes: 1 addition & 1 deletion web/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pluginManagement {
if (requested.id.id == "org.jetbrains.compose") {
useModule("org.jetbrains.compose:org.jetbrains.compose.gradle.plugin:$COMPOSE_CORE_VERSION")
} else if (requested.id.id == "org.jetbrains.kotlin.multiplatform") {
useModule("org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:1.6.10-RC")
useModule("org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:1.6.10")
}
}
}
Expand Down

0 comments on commit 3d5c51b

Please sign in to comment.