ankushg
08/30/2021, 6:05 PMFunction "myfunction" is never used
warnings on `@JsExport`ed objects.
My whole reason to export the object is that I want myfunction
to be called from JS and not Kotlin
Any way to disable that warning specifically on methods/properties of exported declarations?turansky
08/30/2021, 6:08 PM@Suppress("unused")
?turansky
08/30/2021, 6:10 PMankushg
08/30/2021, 6:12 PMturansky
08/30/2021, 7:26 PMBig Chungus
08/30/2021, 7:47 PM