We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070aeee commit 4daaa9cCopy full SHA for 4daaa9c
tests/codegen/smoke-tests/services/build.gradle.kts
@@ -2,6 +2,10 @@ plugins {
2
id(libs.plugins.kotlin.multiplatform.get().pluginId)
3
}
4
5
+kotlin {
6
+ jvm()
7
+}
8
+
9
val libraries = libs
10
subprojects {
11
apply(plugin = libraries.plugins.kotlin.multiplatform.get().pluginId)
0 commit comments