This plugin fails due to AGP 9 not registering the `AppExtension` class in AGP 9.0.0 (see https://developer.android.com/build/releases/agp-preview#android-gradle-plugin-new-dsl). Workaround should be adding the following to the `gradle.properties` file: ``` android.newDsl=false ```
This plugin fails due to AGP 9 not registering the
AppExtensionclass in AGP 9.0.0 (see https://developer.android.com/build/releases/agp-preview#android-gradle-plugin-new-dsl).Workaround should be adding the following to the
gradle.propertiesfile: