thana
05/31/2019, 8:44 PMNote that Kotlin compiler does not apply such mangling to external declarations, so you don't have to use @JsName on them. Another case worth noticing is inheriting non-external classes from external classes. In this case any overridden functions won't be mangled as well.But it still will apply name mangling on properties, won't it?
gildor
06/01/2019, 2:42 AMthana
06/01/2019, 10:58 AM