KotlinDSL: i want to use another plugin as depende...
# announcements
k
KotlinDSL: i want to use another plugin as dependency (like configure it) 1) i add
dependencies{ impl plugin_id}
than i have to use same plugin id in app 2) i add for app
buildscript.... plugin_id
can i somehow make it as const? in case i place it in code file under buildsSrc/src - dsl build gradle aint see it (obviously)