Open1
Android Gradle Plugin Version Up 7.3.3 -> 8.2.0

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を付与する
.allではなくconfigureEachを使用する
tasks.withType(KotlinCompile).configureEach