Skip to content

Instantly share code, notes, and snippets.

@cbedoy
Last active May 14, 2020 22:07
Show Gist options
  • Select an option

  • Save cbedoy/d59143eba70f996a63fe6b5549f6f9d5 to your computer and use it in GitHub Desktop.

Select an option

Save cbedoy/d59143eba70f996a63fe6b5549f6f9d5 to your computer and use it in GitHub Desktop.
Amazing Stuff
https://github.com/Yelp/swagger-gradle-codegen
https://medium.com/@joshuaavalon/migrate-from-gson-to-moshi-in-android-bfc9f357ff17
https://start.insert-koin.io/#/quickstart/kotlin
https://www.androidelements.com/
https://koenig-media.raywenderlich.com/uploads/2019/11/RW-Kotlin-Cheatsheet-1.1.pdf
implementation 'com.google.firebase:firebase-analytics:17.2.2'
// Moshi + OkHttp + Retrofit
implementation "com.squareup.moshi:moshi:1.9.2"
implementation "com.squareup.moshi:moshi-adapters:1.9.2"
implementation "com.squareup.okhttp3:okhttp:3.12.3"
implementation "com.squareup.retrofit2:retrofit:2.7.1"
implementation "com.squareup.retrofit2:converter-moshi:2.7.1"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.9.2"
// Date Support
implementation "com.jakewharton.threetenabp:threetenabp:1.2.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment