Ivan Cagle (IvanEOD)
08/04/2023, 3:31 PMclass MyOwnClass : MyJsClass()
wont be in my executable unless i was to instaniate it in some code that was... or i mark it with @JsExport
Artem Kobzar
08/04/2023, 4:49 PMkeep
option from the gradle and list all of the needed classes (https://kotlinlang.org/docs/javascript-dce.html#exclude-declarations-from-dce)Artem Kobzar
08/04/2023, 4:50 PMkeep
Ivan Cagle (IvanEOD)
08/04/2023, 4:53 PM@file:OptIn(ExperimentalJsExport::class)