Skip to content

Commit

Permalink
Kotlin Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Feb 8, 2023
1 parent eccfe28 commit 6ae901a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.10.0-alpha02")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.20-Beta")
implementation("androidx.core:core:1.10.0-alpha02")
implementation("com.google.android.material:material:1.9.0-alpha01")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha06")
Expand All @@ -124,5 +124,5 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))

debugImplementation("androidx.compose.ui:ui-tooling:1.4.0-alpha05")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.10")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.20-Beta")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.1.0-alpha03")
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.8.0"))
classpath(kotlin("gradle-plugin", version = "1.8.20-Beta"))
classpath("com.google.gms:google-services:4.3.15")
//classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.1")
}
Expand Down

0 comments on commit 6ae901a

Please sign in to comment.