Skip to content

Instantly share code, notes, and snippets.

View ChaituPenju's full-sized avatar
:octocat:
Eat Sleep Code Repeat

Chaitanya Penjuri ChaituPenju

:octocat:
Eat Sleep Code Repeat
  • Deloitte USI
  • Hyderabad
View GitHub Profile
@ChaituPenju
ChaituPenju / build.gradle
Last active July 20, 2020 08:40
A List of all the Android (Kotlin) Jetpack and other important and mostly used(depends on requirement) libraries' dependencies(app level build.gradle).
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
// for databinding