Skip to content

Commit

Permalink
Updated Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bwised committed Oct 28, 2024
1 parent ed3e95f commit 0ea605e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ buildscript {
plugins {
id("com.android.application") version "7.4.1" apply false
id("com.android.library") version "7.4.1" apply false
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false

kotlin("plugin.serialization") version "1.7.20"
kotlin("plugin.serialization") version "1.9.21"
}

task<Delete>("clean") {
Expand Down

0 comments on commit 0ea605e

Please sign in to comment.