Skip to content

Commit

Permalink
chore: update kotlin to 1.9.20
Browse files Browse the repository at this point in the history
To use the com.vanniktech.maven.publish plugin we need a newer version
of kotlin
  • Loading branch information
diogomatsubara committed Nov 19, 2024
1 parent 0a364d0 commit be6bd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ buildscript {

plugins {
id("com.android.library") version "7.4.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("org.jetbrains.kotlin.multiplatform") version "1.9.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("org.jetbrains.kotlin.multiplatform") version "1.9.20" apply false
id("org.mozilla.rust-android-gradle.rust-android") version "0.9.3" apply false
id("org.jetbrains.dokka") version "1.8.20" apply false
id("com.adarshr.test-logger") version "3.2.0" apply false
Expand Down
3 changes: 1 addition & 2 deletions zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ plugins {
kotlin("plugin.serialization")
id("com.adarshr.test-logger")
id("org.jetbrains.dokka")
`maven-publish`
signing
id("com.vanniktech.maven.publish") version "0.30.0"
}

val androidEnabled = project.findProperty("android")?.toString()?.toBoolean() == true
Expand Down

0 comments on commit be6bd21

Please sign in to comment.