Hello, is it possible to integrate kmm libs into e...
# multiplatform
a
Hello, is it possible to integrate kmm libs into existing electron project?
r
It's probably not going to be a great fit. Since electron is already javascript based then I guess you would be looking at using Kotlin/JS to write the code base.
b
Should be doable with kmp libs though
You'll likely need to export your kotlin part as js library to be consumed by your electron project