Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Dec 11, 2022
1 parent 4c54fbb commit 980a664
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 @@ -92,7 +92,7 @@ dependencies {
implementation("dev.chrisbanes.insetter:insetter:0.6.1")
implementation("androidx.core:core-ktx:1.9.0")
//noinspection DifferentStdlibGradleVersion
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22")
implementation("androidx.core:core:1.9.0")
implementation("com.google.android.material:material:1.8.0-beta01")
implementation("androidx.constraintlayout:constraintlayout:2.2.0-alpha05")
Expand All @@ -117,5 +117,5 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))

debugImplementation("androidx.compose.ui:ui-tooling:1.4.0-alpha03")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.21")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
}
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.0.0-alpha09")
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.7.21"))
classpath(kotlin("gradle-plugin", version = "1.7.22"))
classpath("com.google.gms:google-services:4.3.14")
//classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.1")
}
Expand Down

0 comments on commit 980a664

Please sign in to comment.