Open Foso opened 5 years ago
I didn't plan on it from the beginning since I only needed the library to test kapt processors but if you want to add JS/Native, then feel free to do so, it is much appreciated. Though I suspect that it won't be so straightforward, especially native. You may have to go digging in the Gradle/Buck plugin to get it right. The Kotlin compiler is very buggy and there are often unexpected issues that are hard to debug and require workarounds.
EDIT: Also if the Kotlin native compiler requires any additional libraries to be installed on the host machine that we can't ship all-batteries-included like the kotlin-compiler-embeddable, it should probably be a separate artifact, so that people who only need JVM can still use it without worrying about the native/JS dependencies.
Hi, are planning to also add support for KotlinJS and Kotlin Native? If so, I would be interested to implement this feature