Created
March 28, 2021 22:50
-
-
Save novotnyr/08ab14467c249555e6e6baf7e9de5a8e to your computer and use it in GitHub Desktop.
UINF/VMA Android 2021 - Appka Dr Iľko
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------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