savejeff
Results
21
issues of
savejeff
For everybody struggling with getting it in Android to run/compile build.gradle: ``` compileOptions { // Enable support for the new language APIs coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 [...] dependencies...