Loads local Gradle properties
Used to load local Gradle properties from a private.properties
file.
Groovy:
apply from: "https://raw.githubusercontent.com/Juuxel/gradle-local-properties/master/loader.gradle.kts"
Kotlin:
apply(from = "https://raw.githubusercontent.com/Juuxel/gradle-local-properties/master/loader.gradle.kts")