We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafb192 commit e922475Copy full SHA for e922475
integration/src/test/resources/templates/source-generation/build.gradle
@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
3
4
android {
5
compileSdk 34
6
+ namespace = "org.jetbrains.kotlinx.tests"
7
8
defaultConfig {
9
minSdk = 29
@@ -20,6 +21,8 @@ android {
20
21
}
22
23
kotlin {
24
+ jvmToolchain(8)
25
+
26
jvm { }
27
js { nodejs() }
28
wasm('wasmJs') { d8() }
0 commit comments