Skip to content

Instantly share code, notes, and snippets.

@lukaszkalnik
Created June 6, 2021 17:48
Show Gist options
  • Save lukaszkalnik/a22d727481eea2921b04f29c8341dadf to your computer and use it in GitHub Desktop.
Save lukaszkalnik/a22d727481eea2921b04f29c8341dadf to your computer and use it in GitHub Desktop.
Register DependenciesPlugin
plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}
gradlePlugin {
plugins {
create("dependencies") {
id = "com.lukaszkalnik.tmdbapp.dependencies"
implementationClass = "com.lukaszkalnik.tmdbapp.gradle.DependenciesPlugin"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment