<@UFT11FKSP> Is it possible to write a Kotlin/JS/W...
# kilua
s
@Robert Jaros Is it possible to write a Kotlin/JS/WASM library using Kilua?
r
What kind of library? Also check https://github.com/rjaros/kilua/issues/9
There should be no problem writing a Kotlin library (e.g. with some composable components you want to use in different Kilua applications).
But if you want to write a JS library to be used with external JS projects, I see problems mentioned in the issue.
I have absolutely no experience writing JS or TS library with Kotlin (neither JS nor Wasm) so I'm not sure I can help you more.
s
I'm talking about the first case only i.e. writing a Kotlin library to be used by other KMP engineers
Thanks for your answer It helps 🙌
r
Of course Kilua components can't be used without Kilua.