Róbert Papp

Results 845 comments of Róbert Papp

Of course you can pick them this way, but the point here is that the download takes a very long time, unnecessarily. You can see the problem here: https://github.com/actions/download-artifact/issues/103#issuecomment-945166971

Only two relevant commits remain: * https://github.com/JakeWharton/dagger-reflect/pull/35/commits/472480b037e07d3c31f552d96d9ff5dee2c25ef0 which would be probably solved by a Gradle/AGP upgrade * https://github.com/JakeWharton/dagger-reflect/pull/35/commits/1efaa5293e48123358781e6067cebf83574c3e91 which needs reword based on https://github.com/JakeWharton/dagger-reflect/pull/35#discussion_r310857269 Closing this until the project becomes...

Ugh, this slipped off my to-do list :) Will do the rebase this week.

I'm going to close and delete this for now. Feel free to revive or merge #16 or not :)

Sorry, didn't mean to close this, I just renamed the base branch. It's still on my todo list to investigate: https://github.com/TWiStErRob/glide-support/issues/48

@vicky17d discard happens when a task calls [`Task.notCompatibleWithConfigurationCache(cause)`](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/680/files#diff-f01700fb3f8012ad7473c590e4c483c3cb5dcb55d329a2ec866728960dce527bR34). See also https://github.com/gradle/gradle/issues/24636#issuecomment-1496255070 for more details.

Same as Himanshu, I added the flag and included the plugin in every module, and it started working. @melix you might be lucky: https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/83f17c1af310e21c10d7f2072b639855a82ab570/src/main/kotlin/com/autonomousapps/Flags.kt#L28 This means that doing `System.setProperty("dependency.analysis.autoapply", false)`...

This is now fixed as https://youtrack.jetbrains.com/issue/KTOR-818 in https://github.com/ktorio/ktor/pull/3443, @rsinukov are there any plans to close these issues when their migrated parts are, or at least add a comment which issue...