Skip to content

Commit

Permalink
update KMP version 1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoizo committed Aug 11, 2024
1 parent 94f2711 commit 6d15cd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
java
kotlin("multiplatform") version "1.6.21"
id("org.jetbrains.dokka").version("1.6.21")
kotlin("multiplatform") version "1.7.21"
id("org.jetbrains.dokka").version("1.7.20")
`maven-publish`
signing
jacoco
Expand All @@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.21")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
}
}

Expand Down Expand Up @@ -45,8 +45,8 @@ kotlin {
}
}
sourceSets {
val commonMain by getting
val commonTest by getting {
commonMain {}
commonTest {
dependencies {
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
Expand Down

0 comments on commit 6d15cd2

Please sign in to comment.