We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79d819 commit a679bb2Copy full SHA for a679bb2
2 files changed
gradle.properties
@@ -13,4 +13,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
13
# org.gradle.parallel=true
14
# Kotlin code style for this project: "official" or "obsolete":
15
kotlin.code.style=official
16
-android.disallowKotlinSourceSets=false
+android.disallowKotlinSourceSets=false
17
+org.gradle.configuration-cache=true
settings.gradle.kts
@@ -25,4 +25,3 @@ dependencyResolutionManagement {
25
26
rootProject.name = "Guardian Sathi"
27
include(":app")
28
-
0 commit comments