Closed
Description
Hello 👋
Awesome work on the library! By any chance there will be a new version released soon that supports Kotlin v1.8.21?
I tried updating it (link) but sadly there is some change in behavior in v1.8.20 that breaks JS compiler. Nothing jumps out from the release notes - they did add alpha support for new JS IR compiler but that "shouldn't" affect the legacy compiler.
After updating to v1.8.20+ JS compilation fails asking to set some IR properties (-ir-output-dir
and -ir-output-name
). I tried updating the default KotlinJsCompilation#jsArgs()
args to include those but that didn't work either, i.e. I added the following
args.moduleName = "KCT"
args.outputDir = outputDir.toString()
With the above JS compilation runs but does not produce any outputs.... Any help would be appreciated!
Metadata
Metadata
Assignees
Labels
No labels