Skip to content

Instantly share code, notes, and snippets.

@lukaszkalnik
Created June 6, 2021 17:41
Show Gist options
  • Save lukaszkalnik/d9970f7a67fc2a0b88d7b9d787e2776f to your computer and use it in GitHub Desktop.
Save lukaszkalnik/d9970f7a67fc2a0b88d7b9d787e2776f to your computer and use it in GitHub Desktop.
package com.lukaszkalnik.tmdbapp.gradle
import org.gradle.api.Plugin
import org.gradle.api.Project
class DependenciesPlugin : Plugin<Project> {
override fun apply(target: Project) {
}
companion object{
val koinVersion = "3.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment