Last active
May 14, 2020 22:07
-
-
Save cbedoy/d59143eba70f996a63fe6b5549f6f9d5 to your computer and use it in GitHub Desktop.
Amazing Stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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