Skip to content

Instantly share code, notes, and snippets.

@iamanbansal
Created September 22, 2020 04:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamanbansal/9c2b4f2ff3a0eda4b81299c0c7b37548 to your computer and use it in GitHub Desktop.
Save iamanbansal/9c2b4f2ff3a0eda4b81299c0c7b37548 to your computer and use it in GitHub Desktop.
project build.gradle.kts
buildscript {
repositories {
gradlePluginPortal()
jcenter()
google()
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10")
classpath("com.android.tools.build:gradle:4.0.1")
}
}
group = "com.aman.helloworldkmm"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment