As for your second questions, Kobalt builds everyt...
# kobalt
c
As for your second questions, Kobalt builds everything 🙂
n
Does that also cover Kotlin JS and Kotlin Native?
c
No, only the bytecode back end so far
n
I take it only Kotlin JVM is covered?
c
Yup. The other back ends were pretty experimental so I didn't bother with them
n
So building a full stack Kotlin project (web example: Kotlin JS for the frontend, Kotlin JVM for the backend) is out of the question for the time being.
c
Yeah. If you have an existing project like this, please file a Kobalt issue asking to build this on Kobalt too
(and link that project)
n
The sample project I have in mind for the issue uses Gradle (via Gradle Kotlin DSL), but isn't ready to go yet. Currently there is an issue with Dokka throwing an NPE when generating KDocs ( https://github.com/Kotlin/dokka/issues/212 ).