Skip to content

Support Kotlin 1.8.21 #379

Closed
Closed
@dariuszkuc

Description

@dariuszkuc

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions