Slackbot
06/07/2022, 7:58 PMXavier Ducrohet
06/07/2022, 9:20 PMYauhen
06/07/2022, 9:25 PMBaseAppModuleExtension
But now android extension class is ApplicationExtension
and the only API i found is for overriding manifest location like this:
val android = project.extensions.getByType(ApplicationExtension::class.java)
val any = android.sourceSets.getByName("main").manifest.srcFile(Any)
Xavier Ducrohet
06/07/2022, 9:29 PMXavier Ducrohet
06/07/2022, 9:32 PMYauhen
06/07/2022, 9:35 PMXavier Ducrohet
06/07/2022, 9:36 PM