Skip to content

Instantly share code, notes, and snippets.

@asissuthar
Last active November 6, 2022 15:23
android {
// ...
buildFeatures {
viewBinding true
}
}
dependencies {
// Use latest version of all dependencies
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
implementation 'io.github.reactivecircus.flowbinding:flowbinding-android:1.2.0'
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment