Trevor Hackman
Trevor Hackman
Is there currently any difference at all between the following? ``` fun foo(t: T?, tn: T) fun foo(t: T, tn: T?) fun foo(t: T?, tn: T?) fun foo(t: T, tn:...
Glide is blocking us from migrating from KAPT to KSP too
Good news, I have figured out exact reproduction steps. Will update the original comment.
[MyApplication.zip](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/files/11338586/MyApplication.zip) Minimal reproducer attached. Set it up and then run ./gradlew buildHealth in it.
Also, I can confirm that this is still happening in version 1.20.0.
> These will also need intrinsics so that they don't allocate for simple loops, but that can be tracked/added separately. Nice, I wasn't aware of that. Would it be pretty...