Skip to content

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Sep 30, 2025

I removed code that seems to be related to making gradle files editable within a Flutter project window as the Android Studio code has changed. I will record some additional details in my internal notes.

I also removed nullability annotations that caused errors during ./gradlew test. These are mostly complaints that we are adding an annotation like String @NotNull [] or List<@NotNull Runnable>. I'm not sure why these are considered invalid with the new platform version - AI suggests it is due to default JDK difference, but I'm also not sure how to update my IDE settings to reflect this supposed difference. In my view, all of these instances with errors are still relevant annotations (e.g. you want to know that the container is not null as well as all of the items within it). 🤷

@helin24
Copy link
Member Author

helin24 commented Oct 1, 2025

Closing in favor of #8565

@helin24 helin24 closed this Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant