Created
April 9, 2021 12:07
-
-
Save ajailani4/7e9d88ee57af36c6220d3b181f2c002d to your computer and use it in GitHub Desktop.
Config build.gradle (Project) for Spesipon
This file contains 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
buildscript { | |
ext.kotlin_version = "1.4.21" | |
ext.nav_version = "2.3.4" | |
repositories { | |
google() | |
jcenter() | |
} | |
dependencies { | |
classpath "com.android.tools.build:gradle:4.1.1" | |
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version" | |
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28-alpha' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment