Daniil Popov
Daniil Popov
@andrzejchm could you please take a look? Also I have no access to failed check so I am unable to see what went wrong.
> hey @int02h, in order to reproduce the fail on your local machine you can simply run: > > ``` > ./gradlew check -PpreDexLibraries=false > ``` > > and it...
The problem is still actual. Should we wait for any fix?
I am sorry. I don't have much time to investigate why `check` keeps failing on my machine. So I am closing this PR.
Hello! Thank your request. README file was fixed. > Also would be nice to mention that manifestGuard {} must be set in build.gradle of app module That is said in...
Yes, I usually copy code samples from [official page](https://plugins.gradle.org/plugin/com.dpforge.manifestguard).
Almost always blocks for configuring plugins are placed just on the top level of build.gradle
Hey! Thanks for the report. I will try to reproduce but if you have a sample project or just a code snippet I will appreciate if you share it here.
I've tried it on the `:sample` application in the following way: ``` @HiltAndroidApp class App : PrimareeApplication() { ... } ``` and it works as expected.
@danielwilson1702 could you please provide a sample project to reproduce it?