Could not set unknown property ‘archivesBaseName’
So, I migrated one of my Android/Kotlin project to Gradle 9, and whoopsy, an error message said I cannot write the archivesBaseName property anymore: It helped a lot to include the version in the apk/aab file name, and I realized the archivesBaseName property has been deprecated since years, and was removed in the Gradle 9, the upgrade notes wasn’t […]