Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.57 KB | None | 0 0
  1. buildscript {
  2.     repositories {
  3.         google()
  4.         jcenter()
  5.         maven { url "https://kotlin.bintray.com/kotlinx" }
  6.         maven { url "https://dl.bintray.com/kotlin/ktor" }
  7.     }
  8.     dependencies {
  9.         classpath 'com.android.tools.build:gradle:3.5.0'
  10.         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40"
  11.         classpath "org.jetbrains.kotlin:kotlin-serialization:1.3.40"
  12.     }
  13. }
  14. repositories {
  15.     google()
  16.     jcenter()
  17.     maven { url "https://kotlin.bintray.com/kotlinx" }
  18.     maven { url "https://dl.bintray.com/kotlin/ktor" }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement