Skip to content

Commit

Permalink
update kotlin to 1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Nov 10, 2022
1 parent 6a62cd7 commit 6a81749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
}
}

Expand Down

0 comments on commit 6a81749

Please sign in to comment.