is it possible to create a kotlin library that can be used for android/jvm and transpile to js without using multiplatform? i can’t find any resources on this because everyone seems to be using multiplatform 😅
s
spand
01/30/2020, 2:19 PM
I think the closest you can come to this is having a shared folder with the kotlin source and include that in both projects