Skip to content

Instantly share code, notes, and snippets.

@droid-lover
Created October 22, 2020 07: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 droid-lover/32756e7e6dadc83801405cf3b0e7c32e to your computer and use it in GitHub Desktop.
Save droid-lover/32756e7e6dadc83801405cf3b0e7c32e to your computer and use it in GitHub Desktop.
buildscript {
ext.kotlin_version = "1.4.10"
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:4.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
//add this
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment