-
-
Notifications
You must be signed in to change notification settings - Fork 841
Open
Description
Using Android Gradle Plugin 9.1.0-alpha01 with new DSL enabled by default. When using the byteBuddy in dependencies block, Gradle Sync fails.
The usage:
dependencies {
byteBuddy("io.opentelemetry.android.instrumentation:android-log-agent:1.0.0-rc.1-alpha")
}The error output:
* What went wrong:
A problem occurred configuring project ':app'.
> Extension of type 'BaseExtension' does not exist. Currently registered extension types: [ExtraPropertiesExtension, VersionCatalogsExtension, BasePluginExtension, SourceSetContainer, ReportingExtension, JavaToolchainService, JavaPluginExtension, KotlinAndroidProjectExtension, ApplicationExtension, ApplicationAndroidComponentsExtension, LintLifecycleExtension, KspExtension, GoogleServicesPlugin.GoogleServicesPluginConfig, ByteBuddyAndroidTaskExtension]
Metadata
Metadata
Assignees
Labels
No labels