Hi. I am trying to make a multiplatform project to...
# multiplatform
c
Hi. I am trying to make a multiplatform project to be shared among, Android, iOS and Javascript. Are there any samples out there (updated to Kotlin 1.4.0)? I am struggling to make the library visible from Javascript. I am trying this approach but not sure how to access kotlin.js (to use e.g.
@JsExport
) from multiplatform, so a sample would be nice...