all: reformat

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-18 18:53:18 +05:30
parent 6b85bc51de
commit 45c3ec504f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
14 changed files with 55 additions and 43 deletions

View file

@ -54,12 +54,14 @@ internal fun Project.configureForAllProjects() {
}
}
}
/**
* Apply configuration options for Android Application projects.
*/
@Suppress("UnstableApiUsage")
internal fun BaseAppModuleExtension.configureAndroidApplicationOptions(project: Project) {
val minifySwitch = project.providers.environmentVariable("DISABLE_MINIFY").forUseAtConfigurationTime()
val minifySwitch =
project.providers.environmentVariable("DISABLE_MINIFY").forUseAtConfigurationTime()
project.tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = freeCompilerArgs + listOf(