Skip to content

Commit

Permalink
Use Kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Sep 17, 2024
1 parent eeac6a9 commit b13e92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
import org.jetbrains.dokka.Platform

plugins {
kotlin("multiplatform") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.10"
kotlin("multiplatform") version "2.0.20"
id("org.jetbrains.dokka") version "1.9.20"
`maven-publish`
}

Expand All @@ -16,7 +16,7 @@ buildscript {

dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20")
}
}

Expand Down

0 comments on commit b13e92c

Please sign in to comment.