Skip to content

Instantly share code, notes, and snippets.

@Mercandj
Created June 3, 2022 07:27
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 Mercandj/1ae7215ee7cb90522b6169569cbad105 to your computer and use it in GitHub Desktop.
Save Mercandj/1ae7215ee7cb90522b6169569cbad105 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath(kotlin("gradle-plugin", version = "1.6.21"))
}
}
allprojects {
repositories {
jcenter()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment