Skip to content

Instantly share code, notes, and snippets.

@lucassales2
Created August 14, 2019 12:33
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 lucassales2/a7bb31b903e838428ef60bef0fdfa8b3 to your computer and use it in GitHub Desktop.
Save lucassales2/a7bb31b903e838428ef60bef0fdfa8b3 to your computer and use it in GitHub Desktop.
Build gradle for core module
apply plugin: 'kotlin'
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.3'
implementation 'com.google.code.gson:gson:2.8.5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment