cashapp / zipline

Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
Apache License 2.0
2.08k stars 159 forks source link

Do not crash if runtime is absent #1373

Closed JakeWharton closed 4 months ago

JakeWharton commented 4 months ago

This is useful to allow targets we don't yet support, or when applying only to test code and not main code.

Closes #1181