Skip to content

Instantly share code, notes, and snippets.

@vaibhavgoyal09
Created November 23, 2021 11:10
Show Gist options
  • Select an option

  • Save vaibhavgoyal09/80867f4c3279477ac95efabf04afafdc to your computer and use it in GitHub Desktop.

Select an option

Save vaibhavgoyal09/80867f4c3279477ac95efabf04afafdc to your computer and use it in GitHub Desktop.
buildscript {
ext {
compose_version = '1.0.4'
ktorVersion = "1.6.5"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.3"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.39.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment