Add retrofit2 to android prohject

PHOTO EMBED

Fri Feb 05 2021 16:26:52 GMT+0000 (Coordinated Universal Time)

Saved by @pperego #android

implementation 'com.squareup.retrofit2:retrofit:2.3.0'  
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'  
implementation "com.squareup.retrofit2:adapter-rxjava2:2.3.0"
content_copyCOPY

https://www.c-sharpcorner.com/article/how-to-use-retrofit-2-with-android-using-kotlin/