https://kotlinlang.org logo
Title
g

gumil

01/26/2019, 11:18 AM
does anyone know how to parse
local.properties
when using kotlin gradle script?
g

gumil

01/26/2019, 11:26 AM
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

gumil

01/26/2019, 11:34 AM
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.