[Kotlin] v0.3.2
·
10 commits
to kotlin
since this release
Kotlin Rules v0.3.2
Changed
- Separate package generation: WIT interface is emitted into its declared WIT package (
iface.Package), and bridge is emitted intotargetPkgimportingiface.Package.*. - Auto-detect class implementation: automatically discovers class in sources matching WIT interface name when
imploption is not explicitly specified. - Enforce strict hermeticity: removed non-hermetic Homebrew fallback candidate path from Wasm stdlib resolution.