Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
759 stars 55 forks source link

Check source sets existence for Klib dump tasks only after compilation #210

Closed fzhinkin closed 3 months ago

fzhinkin commented 3 months ago

Source sets may not be final until klib compilation. Dependencies between tasks were updated so that all tasks relying on that info are executed only after klib compilation.

This fix does not solve #209, it will be addressed separately.

Fixes #206