KtsRunner icon indicating copy to clipboard operation
KtsRunner copied to clipboard

Library for executing .kts files from regular Kotlin code

Results 7 KtsRunner issues
Sort by recently updated
recently updated
newest added

Exception in thread "main" java.lang.NullPointerException: ScriptEngineManager(clas…tEngineByExtension("kts") must not be null

Hi, it doesn't seem your code provides any level of isolation. Are you planning to add any sandboxing functionality?

question

``` * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > 1 exception was raised by workers: java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class org.jetbrains.kotlin.daemon.common.BoolPropMapper found in modules jetified-kotlin-daemon-client-1.3.70.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.3.70) and jetified-kotlin-daemon-embeddable-1.3.70.jar (org.jetbrains.kotlin:kotlin-daemon-embeddable:1.3.70)...

I found this through its use in the Google "ndkports" build: https://android.googlesource.com/platform/tools/ndkports Bintray is (recently) dead, so I can't run the build as-is. I was wondering if you had any...

The "Controlling the ClassLoader" only says how to configure the classloader to find ScriptEngine. But how to configure the classloader used in the script

Hello, I was just looking for ways to export parts of my app functionalitiws to allow for user customisation, so this repo has been a godsend to me. However, I...

enhancement

Duplicate class org.jetbrains.kotlin.daemon.common.BoolPropMapper found in modules kotlin-daemon-client-1.3.70 (org.jetbrains.kotlin:kotlin-daemon-client:1.3.70) and kotlin-daemon-embeddable-1.3.70 (org.jetbrains.kotlin:kotlin-daemon-embeddable:1.3.70) Duplicate class org.jetbrains.kotlin.daemon.common.BoolPropMapper$1 found in modules kotlin-daemon-client-1.3.70 (org.jetbrains.kotlin:kotlin-daemon-client:1.3.70) and kotlin-daemon-embeddable-1.3.70 (org.jetbrains.kotlin:kotlin-daemon-embeddable:1.3.70) Duplicate class org.jetbrains.kotlin.daemon.common.BoolPropMapper$2 found in modules kotlin-daemon-client-1.3.70 (org.jetbrains.kotlin:kotlin-daemon-client:1.3.70)...