Update Kotlin to 1.8.0

This commit is contained in:
MM20 2023-01-23 20:18:28 +01:00
parent 29314320dc
commit 6d0abb928e
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 3 additions and 4 deletions

2
.idea/kotlinc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.7.21" />
<option name="version" value="1.8.0" />
</component>
</project>

View File

@ -1,5 +1,4 @@
import android.annotation.SuppressLint
import java.util.*
plugins {
id("com.android.application")

View File

@ -9,7 +9,7 @@ dependencyResolutionManagement {
version("targetSdk", "33")
}
create("libs") {
version("kotlin", "1.7.21")
version("kotlin", "1.8.0")
version("kotlinx.coroutines", "1.6.4")
library("kotlin.stdlib", "org.jetbrains.kotlin", "kotlin-stdlib")
.versionRef("kotlin")
@ -31,7 +31,7 @@ dependencyResolutionManagement {
)
)
version("androidx.compose.compiler", "1.4.0-alpha02")
version("androidx.compose.compiler", "1.4.0")
library("androidx.compose.runtime", "androidx.compose.runtime", "runtime")
.version("1.4.0-alpha04")
library("androidx.compose.livedata", "androidx.compose.runtime", "runtime-livedata")