Hi all, I am trying to write a custom Android Application plugin so I can just simply add to the plugins sections of modules similar approach to library modules. I experimenting with writing Kotlin DSL plugin for multi app in the same root project.
However I am facing difficulties with it.
I read there are going to be Interfaces for the AppPlugin , LibraryPluging etc in AGP-8.0. Currently I am using AGP - 7.2.0-beta01.
Is it worth investing in it now or simply wait for 8.0 ?
ADS