does anyone know how to parse `local.properties` w...
# gradle
g
does anyone know how to parse
local.properties
when using kotlin gradle script?
g
But this is in groovy.I'm looking for a way to do it in kotlin
apply(from = "<https://raw.githubusercontent.com/Juuxel/gradle-local-properties/master/loader.gradle.kts>")
i hope that is sufficient
g
NIce! Thanks. I'll try it!
The problem I was encountering is: I was trying to use
Properties
as
java.util.Properties
and the ide is confused because it's trying to use the
java
extension property.