I'm switching to the new <KGP-based abi validation...
# library-development
m
I'm switching to the new KGP-based abi validation. Is this on purpose that
checkLegacyAbi
is not a dependency of
build
anymore? My CI builds are mostly running
./gradlew build
so they have effectively not been checking the ABI any more.
r
https://youtrack.jetbrains.com/issue/KT-78525/KGP-abiValidation-check-does-not-depend-on-checkLegacyAbi-when-enabled It's because there will be a different task in the future. You can manually add a
dependsOn
for now.
1
🙏 1