Refactor code structure for improved readability and maintainability
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 53s
This commit is contained in:
@@ -29,6 +29,10 @@ org.gradle.configureondemand=true
|
||||
# Default is false.
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
# Avoid Kotlin daemon RMI failures when incremental cache errors occur in Android Studio builds.
|
||||
# Gradle still uses its daemon; Kotlin compilation runs in the Gradle build process.
|
||||
kotlin.compiler.execution.strategy=in-process
|
||||
|
||||
kotlin.code.style=official
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
Reference in New Issue
Block a user