crowforkotlin
crowforkotlin
I use jewel in my project, which requires jbrsdk+jcef but I see that jbr doesn't have jpackage, so when I use ./gradlew packageDmg, I get an error!  Is there...
## PR - **This PR mainly fixes some errors caused by compiling the project on Windows. After modification, it is also verified that the project can be compiled successfully on...
minsdk = 23 compile sdk = 36 zipline = "1.22.0" kotlin = "2.1.20" android version : 14 ``` app.cash.zipline.QuickJsException: stack overflow (Ask Gemini) at app.cash.zipline.QuickJs.compile(Native Method) at app.cash.zipline.QuickJs.compile(QuickJs.kt:139) at app.cash.zipline.QuickJs.evaluate(QuickJs.kt:111)...
``` --------- beginning of crash 04-05 07:43:51.594 31455 31455 E AndroidRuntime: FATAL EXCEPTION: main 04-05 07:43:51.594 31455 31455 E AndroidRuntime: Process: com.crow.pastemanga, PID: 31455 04-05 07:43:51.594 31455 31455 E AndroidRuntime:...
### Summary ### Problem Description I am attempting to run WebAssembly files generated from Kotlin/WASI within an Android application using JNI and the WasmEdge C API. Two distinct issues have...