ios widget showing what is available at chucks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 457 B view raw
1# Project-wide Gradle settings. 2org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 3org.gradle.parallel=true 4org.gradle.caching=true 5org.gradle.configuration-cache=true 6 7# AndroidX package structure 8android.useAndroidX=true 9 10# Kotlin code style 11kotlin.code.style=official 12 13# Enables namespacing of each library's R class 14android.nonTransitiveRClass=true 15 16# Suppress warnings for Kotlin options 17kotlin.options.suppressFreeCompilerArgsModificationWarning=true