Skip to content

Instantly share code, notes, and snippets.

@novotnyr
Created March 28, 2021 22:50
Show Gist options
  • Save novotnyr/08ab14467c249555e6e6baf7e9de5a8e to your computer and use it in GitHub Desktop.
Save novotnyr/08ab14467c249555e6e6baf7e9de5a8e to your computer and use it in GitHub Desktop.
UINF/VMA Android 2021 - Appka Dr Iľko
---------build.gradle
buildFeatures {
viewBinding true
}
---------build.gradle
implementation 'androidx.activity:activity-ktx:1.2.2'
implementation "androidx.fragment:fragment-ktx:1.3.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment