| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-10 | 1.4 kB | |
| v0.18.0 source code.tar.gz | 2026-04-10 | 77.9 kB | |
| v0.18.0 source code.zip | 2026-04-10 | 109.2 kB | |
| Totals: 3 Items | 188.5 kB | 2 | |
0.18.0 (2026-04-10)
⚠ BREAKING CHANGES
- When a project has both js and wasmJs targets with
exposeObjectWithNameand no target-specific configs, the plugin now forces expect/actual generation instead of a single common object.constfields in common code may no longer be usable as compile-time constants (e.g. in annotation arguments) since the expect declaration has no initializer. (#274)
Bug Fixes
- expose compiler module as api dependency for Gradle convention plugin support (#276) (7246a1b)
- preserve flavor in TargetConfig.copy() (#278) (c46ba7c)
- skip @JsExport on common object when wasmJs target exists (#274) (87738c0)