Hey everyone!
I have a question about Gradle configuration with Kotlin DSL in android project.
I want to set the classpath of the project in "remote" way. I think the best way to achieve it is with a custom plugin, but i dont quite understand how to do it ¿Does anyone know how to do it?
Sorry for my bad English 😁
Guido Perre
06/03/2022, 7:27 PM
Currently i'm setting my modules build.gradle file with custom plugins. But i don't understand how to do the same with the main build.gradle file