Skip to content

Instantly share code, notes, and snippets.

View Khant-NyarxG-Next's full-sized avatar
🇲🇲
Fight for freedom

Khant Si Thu Phyo Khant-NyarxG-Next

🇲🇲
Fight for freedom
  • G-Next Myanmar Co.Ltd
  • 10:59 (UTC -12:00)
View GitHub Profile
@Khant-NyarxG-Next
Khant-NyarxG-Next / list.txt
Last active July 26, 2023 03:43
kotlin dependencies,plugins
#you can use xml id directly with
apply plugin: 'kotlin-android-extensions'
#use like this
#import kotlinx.android.synthetic.main.activity_main.*
#retrofit to fetch api and json class to delecare as dataModel
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'