Join Slack
Powered by
I'm switching to the new <KGP-based abi validation...
# library-development
m
mbonnin
08/10/2025, 12:42 PM
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
russhwolf
08/10/2025, 1:40 PM
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
4
Views
Open in Slack
Previous
Next