Jacks0N23
Jacks0N23
I have AppComponent interface with some default methods inside, because I need to pass deps inside another component: ``` interface AppComponent { default ProfileComponent createProfileComponent() { return DaggerProfileComponent.builder() .profileDependencies(this) .profileDocumentDependencies(this)...
I have firebase-perf and espresso-contrib (which has dependency on this library) in same classpath so gradle cannot build my project because of duplicate classes from com.google.protobuf:protobuf-lite (from this lib) and...
**Plugin version** 0.80.0 **Gradle version** 7.3.3 **(Optional) Android Gradle Plugin (AGP) version** 7.0.4 **Describe the bug** With v1 in output i see this message > Current graph has 62 nodes...

## What happened? Here is part of one of my .module files ``` "variants": [ { "name": "releaseApiPublication", "attributes": { "org.gradle.category": "library", "org.gradle.dependency.bundling": "external", "org.gradle.libraryelements": "aar", "org.gradle.usage": "java-api" }, "dependencies":...
**Is your feature request related to a problem? Please describe.** I noticed that when my module have dependency on `coreLibraryDesugaring(libs.tools.desugarJdkLibs)` then plugin doesn't even see it and in console there...
**Plugin version** 2.4.2 **Gradle version** 8.11 **JDK version** 17 **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** 2.0.21 **(Optional) Android Gradle Plugin (AGP) version** 8.7.2. **Describe the bug** I cannot...
**Plugin version** 2.4.2 **Gradle version** 8.11 **JDK version** 17 **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** 2.0.21 **(Optional) Android Gradle Plugin (AGP) version** 8.7.2 **Describe the bug** I have...
I use [those detekt rules](https://mrmans0n.github.io/compose-rules/rules/#ordering-composable-parameters-properly) and it throws an error that order of compose function params is incorrect after downloading new ones. I decided that it will be better to...