Skip to content

Commit ea9869b

Browse files
committed
comment out jvm
1 parent 8233b22 commit ea9869b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kotlin {
1818
"iosArm64", "iosX64", "iosSimulatorArm64",
1919
)
2020

21-
jvm()
21+
// jvm()
2222

2323
for (target in darwinTargets) {
2424
val darwinTarget = presets.getByName(target).createTarget(target) as KotlinNativeTarget
@@ -54,12 +54,12 @@ kotlin {
5454
}
5555
}
5656

57-
val jvmTest by getting {
58-
dependencies {
59-
implementation(kotlin("test-junit"))
60-
implementation(kotlin("test-annotations-common"))
61-
}
62-
}
57+
// val jvmTest by getting {
58+
// dependencies {
59+
// implementation(kotlin("test-junit"))
60+
// implementation(kotlin("test-annotations-common"))
61+
// }
62+
// }
6363

6464
val darwinMain by creating {
6565
dependsOn(commonMain)

src/jvmMain/kotlin/Web3.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package org.demo.crypto
22

3-
actual object Web3 {
4-
actual fun getAddress(privKey: String): String {
5-
TODO("Not yet implemented")
6-
}
7-
8-
}
3+
//actual object Web3 {
4+
// actual fun getAddress(privKey: String): String {
5+
// TODO("Not yet implemented")
6+
// }
7+
//
8+
//}

0 commit comments

Comments
 (0)