Skip to content

Commit

Permalink
Fix: JCenter needed for kotlin DSL in IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Apr 2, 2021
1 parent e258d96 commit bd6fb33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
buildscript {
repositories {
mavenLocal()
google()
mavenCentral()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:4.1.2")
Expand All @@ -12,6 +14,8 @@ buildscript {
allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
jcenter()
}
}

0 comments on commit bd6fb33

Please sign in to comment.