3 Repositories
Android kscript Libraries
Tools for Kotlin/Kscript to easy write shell command line in kotlin code
Kscript Tools Easy way to run shell command line in kotlin and other tools Usage Used in kscript: @file:DependsOn("com.sealwu:kscript-tools:1.0.2") Us
4 Dec 12, 2022
KScript - Convenient kotlin script wrapper for JVM.
KScript Convenient kotlin script wrapper for JVM. How it works Base class open class Test(val test: String) // this class will be super class of scrip
16 Nov 8, 2022
Convenient kotlin script runner
KScript Convenient kotlin script running engine for JVM. Examples Base class: open class Test(val test: String) KScript("println(test)").apply {
16 Nov 8, 2022