Skip to content

Commit e922475

Browse files
author
Abduqodiri Qurbonzoda
committed
Set namespace for the android target
1 parent aafb192 commit e922475

File tree

1 file changed

+3
-0
lines changed
  • integration/src/test/resources/templates/source-generation

1 file changed

+3
-0
lines changed

integration/src/test/resources/templates/source-generation/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
33

44
android {
55
compileSdk 34
6+
namespace = "org.jetbrains.kotlinx.tests"
67

78
defaultConfig {
89
minSdk = 29
@@ -20,6 +21,8 @@ android {
2021
}
2122

2223
kotlin {
24+
jvmToolchain(8)
25+
2326
jvm { }
2427
js { nodejs() }
2528
wasm('wasmJs') { d8() }

0 commit comments

Comments
 (0)