Skip to content

Instantly share code, notes, and snippets.

@droid-lover
Created October 22, 2020 07:56
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/d9b90d9f64479329c67d9176dcac326d to your computer and use it in GitHub Desktop.
Save droid-lover/d9b90d9f64479329c67d9176dcac326d to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
//Plugin
apply plugin: 'kotlinx-serialization'
android {
defaultConfig {
...
}
}
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
...
//Kotlinx Serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment