Gabriel Ittner
Gabriel Ittner
It actually still happens with 1.24.0. Renovate bot was weird and only updated the sample app in the project which didn't have the issue. Here is the pr that updates...
It's still reproducible. You can test by removing this line here https://github.com/freeletics/khonshu/blob/main/codegen-compiler/codegen-compiler.gradle.kts#L36-L37
I've got a reproducer, this is a new project created with Android Studio Hedgehog with the only change being that I added this plugin [MyApplication.zip](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/files/14068667/MyApplication.zip)
I can still reproduce it when I download the zip and run buildHealth. However after deleting `~/.android/analytics.settings` it doesn't reproduce anymore and as soon as the file is recreated it's...
Mine looks the same and it's created/updated when you toggle "send usage statistics to Google" in Android Studio, other than that I don't know more about it. I was just...
`--rerun-tasks` didn't help. I tried aroudn a bit more and it looks like you need to kill the daemon after changing hasOptedIn or generally use `--no-daemon` for the change to...
Not sure if this can be considered part of the same issue or would be separate, the same also happens if you have a file that only contains members that...
I just made some changes that make it a bit harder 😄 but I can look into it in the next weeks
Closing this since I won't get to it in the foreseeable future
Definitely. It's on my to do list