Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Add Android Project-Level Plugin Dependencies to MAUI #83

Open
jobykorahgeorge opened this issue Mar 9, 2025 · 0 comments
Open

Comments

@jobykorahgeorge
Copy link

I have tried multiple approaches, but I’m unable to add project-level build.gradle plugin dependencies to MAUI. Specifically, I attempted to integrate the Instana Android Agent into a MAUI project. While I was able to include the runtime library, the plugin itself could not be integrated.

plugins {
  id("com.android.application")
  id("com.instana.android-agent-plugin")
}

The plugin is included in the .aar package but is not applied when running MAUI. It seems that only build.gradle libraries at the app level are successfully included, while project-level plugin dependencies are not being applied.

I’m looking for a way to support the integration of project-level plugins in MAUI, as this behavior seems to affect other plugin-level injections as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant