Hi everyone I am writing a Kotlin/JS library and w...
# javascript
k
Hi everyone I am writing a Kotlin/JS library and want to enable the IR compiler backed. In gradle it would be
kotlin{ js(BOTH) }}
, however I am using Maven. Does anyone know how to do this in Maven and pom.xml?
t
AFAIK you can use properties instead
Property
kotlin.js.compiler
Values:
legacy
,
ir
,
both