Hey everyone! I have a question about Gradle conf...
# android
g
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 😁
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
c
Better ask in #gradle
👍 1