Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Bump kotlin to 1.7.21, for kotlin-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
harapekokoro committed Oct 17, 2023
1 parent 96b352f commit 9ef8d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {

ext {
kotlin_version = '1.5.20'
kotlin_version = '1.7.21'
}
repositories {
mavenCentral()
Expand All @@ -12,7 +12,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.10'
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 9ef8d1f

Please sign in to comment.