We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539d067 commit eb8348cCopy full SHA for eb8348c
app/build.gradle
@@ -3,6 +3,10 @@ apply plugin: 'kotlin-android'
3
apply plugin: 'kotlin-android-extensions'
4
apply plugin: 'jacoco'
5
6
+repositories {
7
+ mavenCentral()
8
+}
9
+
10
android {
11
compileSdkVersion 29
12
buildToolsVersion '29.0.3'
0 commit comments