changing plugins resolution strategy from pluginManagement in settings.gradle to buildscript in project build.gradle file due to bug in resolving android gradle plugin
adding allure-kotlin-android configuration
filtering generic libraries setup for android module
@viclovsky I have reverted the target SDK version to 28 as I have come across couple of issues with Robolectric. I will do the bump as the last step, when the allure android API is defined.
pluginManagement
insettings.gradle
tobuildscript
in projectbuild.gradle
file due to bug in resolving android gradle pluginallure-kotlin-android
configuration