Miłosz Lewandowski

Results 3 issues of Miłosz Lewandowski

In our application we have structure similar to this one: ``` @Singleton @Component interface MainComponent { fun feature(): FeatureComponent } @Subcomponent interface FeatureComponent { fun plus(module: SubFeatureModuleA): SubFeatureComponentA fun plus(module:...

**Describe the bug** The task `processGoogleServices` is not cacheable due to "Caching has not been enabled for this task". Similar to #58 which was fixed in google-services 4.3.0. I'm using...

Steps to reproduce: 1. Attach plugin (tested version 0.4) to the project that is based on Gradle 7.3.3 and has `org.gradle.unsafe.configuration-cache=true` in `gradle.properties` 1. Run `./gradlew snyk-test` 1. Gradle reports...