Hello, is it possible to integrate kmm libs into existing electron project?
r
Robert Munro
06/27/2023, 11:30 AM
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
Big Chungus
06/27/2023, 11:47 AM
Should be doable with kmp libs though
Big Chungus
06/27/2023, 11:48 AM
You'll likely need to export your kotlin part as js library to be consumed by your electron project