is it possible to create a kotlin library that can...
# javascript
j
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
I think the closest you can come to this is having a shared folder with the kotlin source and include that in both projects
j
ty, i’ll look into that.