Now that we have a JSR-223 (javax.script) implementation, how realistic does it sound to have a Kotlin scripting engine running inside an Android app? I've had a glance over the sources, and I'm a bit skeptical now (and partly because of the fact there's no Java REPL app for Android, though there is a C# one, but that's completely different thing, they have both Unity and Mono running on Android). Does anyone have more insight on this or hints about possible solutions to look into? (except for a remote scripting engine 😄)