-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0 release checklist #81
Comments
Other than #82 it looks good for me |
This plugin still doesn’t fully support the big multimodule/multiplatfrom projects like |
I think a 1.0 lets people integrate it into their builds with a little confidence that we're not gonna break them on every update. We can maybe wait a little while we figure out what's affecting the kotlin build. While I think kotlin multi platform is a known issue that needs to be addressed, that seems like something that would be an implementation detail rather than a breaking change? |
While working on #79 it seemed like there might be breaking changes needed for better Android support, specifically around variant support. It's not technically needed because the consumer can handle it on their side, but it could get tricky in some cases. Most if not all plugins I use support it. |
Everything is working for the R8 project. Use of version 0.4.0 landed in https://r8.googlesource.com/r8/+/50a858ae98071fbf211bde328123371da0b83303 replacing our previously patched version. |
So I think we're mostly feature complete (there are some android project issues... but we can fix that later)
Before I cut a
1.0.0
, I'd like some sign offs from our main users that the latest 0.5.0 is working to acceptably produce sboms.A 1.0.0 release will formalize some things
If we want to make any big changes, we should make them now.
The text was updated successfully, but these errors were encountered: