Moving ABI Validation to Kotlin Gradle Plugin #446
Replies: 2 comments 2 replies
-
This is merely about moving it to the KGP, right? If so, that's a net positive. I think we're severly in need of https://youtrack.jetbrains.com/issue/KT-78299 though, since sometimes it's hard to figure out what's binary compatible and what isn't (and declarations in the dump files move around very easily, from something as simple as changing a |
Beta Was this translation helpful? Give feedback.
-
The main downside I see here is that making KGP bigger will make it slower to adopt new best practices (configuration cache, isolated projects support…). Today, KGP is quite fragile, especially when it comes to multiplatform development, and APIs are often removed without replacement. Is there a plan to mitigate this risk while implementing this proposal? Other than that, this proposal seems very convenient and a good simplification for end users 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is an issue to discuss the Moving ABI Validation to Kotlin Gradle Plugin proposal. The text of the proposal is located here.
Beta Was this translation helpful? Give feedback.
All reactions