Skip to content

Instantly share code, notes, and snippets.

View Rosherh's full-sized avatar
🎯
Focusing

Gorelykh Anatoly Rosherh

🎯
Focusing
  • Lisboa
View GitHub Profile
@Rosherh
Rosherh / app-build.gradle.kts
Created December 10, 2023 13:34 — forked from DRSchlaubi/app-build.gradle.kts
Flutter Kotlin Gradle DSL
import java.util.Properties
import java.nio.file.Files
val localProperties = Properties()
val localPropertiesFile = rootProject.file("local.properties").toPath()
if (Files.exists(localPropertiesFile)) {
Files.newBufferedReader(localPropertiesFile).use { reader ->
localProperties.load(reader)
}
}
background_opacity: 0.92
font:
size: 14
window:
padding:
x: 0
y: 0
decorations: full
dynamic_padding: true