tirbofish/dropbear · diff
got the JDB and debugging working pretty nicely, as well as some additional fixes+tweaks.
Signature present but could not be verified.
Unverified
@@ -1,3 +1,5 @@ +import org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget + plugins { alias(libs.plugins.kotlinMultiplatform) alias(libs.plugins.kotlinxSerialization) @@ -13,7 +15,9 @@ repositories { } kotlin { - jvm() + jvm { + withJava() + } val hostOs = System.getProperty("os.name") val isArm64 = System.getProperty("os.arch") == "aarch64" @@ -102,7 +106,7 @@ kotlin { } jvmMain { - kotlin.srcDirs("src/jvmMain/kotlin", "src/jvmMain/java", "build/magna-carta") + kotlin.srcDirs("src/jvmMain/kotlin", "build/magna-carta") dependencies { } @@ -30,8 +30,8 @@ rayon.workspace = true jni.workspace = true crossbeam-channel = "0.5.15" libloading = "0.8.9" -tokio-util = "0.7" app_dirs2.workspace = true +sha2 = "0.10" [features] # editor only stuff @@ -112,9 +112,9 @@ impl ScriptManager { _input_state: &InputState,
Large diffs are not rendered by default. Showing the first 50 of 368 lines. Show full diff