Does scripting support native?
# scripting
d
Does scripting support native?
n
so far i have only seen
kotlin-scripting-jvm
and
kotlin-scripting-jvm-host
, but the majority of the code is in
kotlin-scripting-common
would not be surprised if a native host is being worked on these are available:
Copy code
kotlin-script-runtime/ 
kotlin-script-util/
kotlin-scripting-common/
kotlin-scripting-compiler/
kotlin-scripting-compiler-embeddable/
kotlin-scripting-gradle/
kotlin-scripting-intellij/
kotlin-scripting-jvm/
kotlin-scripting-jvm-host/
kotlin-scripting-jvm-host-embeddable/
kotlin-scripting-misc/
d
I guess jvm will do for now.
i
For a moment - jvm-only. Other platforms will likely be supported in the future, but for a moment this is not even in the mid-term plans.