I want to have a project that runs on the JVM and ...
# multiplatform
k
I want to have a project that runs on the JVM and one that's embedded in a webpage as JS, but they share some common code. How would I organise this with gradle?
r
I haven't had a chance to dive into it yet, but there's some demo code at https://github.com/jstuyts/kotlin-multiplatform-recipes/
👍 1
k
Thanks!