Update Kotlin to 1.8.0
This commit is contained in:
parent
29314320dc
commit
6d0abb928e
2
.idea/kotlinc.xml
generated
2
.idea/kotlinc.xml
generated
@ -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>
|
||||
@ -1,5 +1,4 @@
|
||||
import android.annotation.SuppressLint
|
||||
import java.util.*
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user