Android Studio – How can I solve the problem of 2 issues were found when checking AAR metadata?
I still get the problem of "2 issues were found when checking AAR metadata" every time I build my project even for a simple "hello world". I attach the buld.Gradle plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace…