https://kotlinlang.org logo
#compiler
Title
# compiler
p

PHondogo

05/13/2020, 3:20 PM
When IrField.isStatic == true initializer block is not generated when compiling to JS. Only var fieldName; is generated
The workaround is to add irField to top level declaration (file) and make non static
2 Views