I ran build -> Make Project, and then used the Build Analyzer.
Inside the reports, I select the Warning tab and no jetifier warnings are found. (The project is build with Android Gradle Plugin 4.1)
Does that mean that I can be confident that jetifier does not need to be used for any lib and I may disable the jetifier from the gradle.properties
file?