Open1

Android Gradle Plugin Version Up 7.3.3 -> 8.2.0

IganinIganin

Gradleを7.3.3 から 8.2.0にUpdateした際の対処を記録

Namespace not specified. Please add 'namespace' to your module's build.gradle file.
android manifest の packange 記載不要
代わりにbuild.gradleにnamespaceを付与する
https://qiita.com/YuukiYoshida/items/982b1c425868adb845b0

.allではなくconfigureEachを使用する
tasks.withType(KotlinCompile).configureEach