Created
June 6, 2021 18:29
-
-
Save lukaszkalnik/29c98f6f93e867f3cb3fab9a03698482 to your computer and use it in GitHub Desktop.
androidApp build.gradle.kts
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
import com.lukaszkalnik.tmdbapp.gradle.DependenciesPlugin | |
plugins { | |
// ... other plugins (android-application etc.) | |
id("com.lukaszkalnik.tmdbapp.dependencies") | |
} | |
dependencies { | |
implementation("io.insert-koin:koin-core:${DependenciesPlugin.koinVersion}") | |
// .. other dependencies | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment