Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 99bcaed commit 7b8680c
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 @@ -4,8 +4,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("com.android.application").version("8.7.2").apply(false)
id("com.android.library").version("8.7.2").apply(false)
kotlin("android").version("1.9.25").apply(false)
kotlin("multiplatform").version("1.9.25").apply(false)
kotlin("android").version("2.0.21").apply(false)
kotlin("multiplatform").version("2.0.21").apply(false)
id("maven-publish")
id("signing")
id("io.github.gradle-nexus.publish-plugin").version("2.0.0")
Expand Down

0 comments on commit 7b8680c

Please sign in to comment.