Skip to content

Commit 933d5a1

Browse files
authored
Update kotlinx.team.infra plugin (#511)
Update kotlinx.team.infra to a version that no longer provides native targets and source-set setup functionality that is incompatible with KGP 2.2+.
1 parent 7d2764a commit 933d5a1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("kotlinx.team.infra") version "0.4.0-dev-81"
2+
id("kotlinx.team.infra") version "0.4.0-dev-85"
33
kotlin("multiplatform") apply false
44
id("org.jetbrains.kotlinx.kover") version "0.8.0-Beta2"
55
}

serialization/build.gradle.kts

-3
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,5 @@ kotlin {
114114
runtimeOnly(project(":kotlinx-datetime-zoneinfo"))
115115
}
116116
}
117-
118-
val nativeMain by getting
119-
val nativeTest by getting
120117
}
121118
}

0 commit comments

Comments
 (0)