tirbofish/dropbear · commit
2bb2544254bc1711f1a6c29e01a197f2e1bd8954
transfer to my PC, i think i have gotten most of the hot reload managers
Signature present but could not be verified.
Unverified
@@ -2,16 +2,23 @@ ## hybrid approach: -- during dev builds, interpret using the JVM -- on production build, build to native. +* during dev builds, interpret using the JVM +* on production build, build to native. to check if its prod or dev, we use a config to build. workflow: -- user creates a new project, which loads the project -- use jvm to watch (because editor is always on desktop) -- on production build, create native build for specific OS + +* user creates a new project, which loads the project +* use jvm to watch (because editor is always on desktop) +* on production build, create native build for specific OS ## required dependencies -- jdk 21 +* jdk 21 + + +## Kotlin REPL +get hot reloading working, then the kotlin repl acts as a way to evaluate .kts files. + + @@ -34,6 +34,7 @@ interprocess = "2.2" serde_json = "1.0.143" libloading = "0.8.9" async-process = "2.5" +tokio-util = "0.7" [features] editor = ["jvm"]
Large diffs are not rendered by default. Showing the first 50 of 859 lines. Show full diff