Craig McMahon
Craig McMahon
The change to fix this is **already on the `master` branch of this project**. All that needs to happen is for the maintainer to make a release, and we'll be...
We're also affected by this. It only happens when one of the conditions contains a closure.
Hello—is this the right place to raise issues like this? If not, I'm happy to dupe elsewhere.
Another Flutter user here. We really need a way to exclude the `build` folder from the paths that this extension searches through.
This doesn't appear to be fixed. By running `./gradlew app:dependencies > dependencies.txt` and checking `dependencies.txt`: ``` +--- project :in_app_review | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*) | +--- com.google.android.play:review:2.0.1 | | +--- com.google.android.gms:play-services-basement:18.1.0...
> ``` > | | \--- com.google.android.play:core-common:2.0.2 > ``` Ah, perhaps I misunderstood. `core-common` is one of the split libraries, not the previous monolithic `core` library?