Created
June 6, 2021 17:41
-
-
Save lukaszkalnik/d9970f7a67fc2a0b88d7b9d787e2776f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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