amzn / kotlin-inject-anvil

Extensions for the kotlin-inject dependency injection framework
Apache License 2.0
182 stars 2 forks source link

Apply unique module names to artifacts + disable klib validation for now #38

Closed ZacSweers closed 5 days ago

ZacSweers commented 5 days ago

Due to https://youtrack.jetbrains.com/issue/KT-71362 we can't apply module names to JS/WASMJS artifacts for now, but this applies unique module names to the rest and leaves toe-holds for the future use once the linked issue is fixed. This also disables klib gen for now due to that issue + https://github.com/Kotlin/binary-compatibility-validator/issues/249