drubio-izzi

Results 4 comments of drubio-izzi

Having the same issue with these three ``` implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7") implementation("androidx.paging:paging-common-ktx:3.3.6") ``` **Plugin version** 2.16.0 **Gradle version** 8.13 **JDK version** 23 (for Gradle), 17 (for code generation) **(Optional) Kotlin and...

I sent you the output through email. Hope you don't mind.

The `gradle-api` artifact is the way to go. It says so here: https://developer.android.com/build/releases/gradle-plugin-roadmap > The gradle-api artifact is the only artifact you need to access DSL and variant API interfaces...

I think I've figured out what was the problem. I had a _Settings_ plugin together with several _Project_ plugins in `build-src/convention`. I couldn't make `com.android.tools.build:gradle-api` to work unless I declared...