1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Formatting.

This commit is contained in:
Cedric Beust 2016-07-02 17:55:07 -07:00
parent 1986ef95ca
commit 4b6d53d3dd

View file

@ -79,10 +79,12 @@ class KobaltSettings @Inject constructor(val xmlFile: KobaltSettingsXml) {
}
if (this != null) {
map {proxyXml->
map { proxyXml->
ProxyConfig(proxyXml.host, toIntOr(proxyXml.port, 0), proxyXml.type, proxyXml.nonProxyHosts)
}
} else null
} else {
null
}
}
var kobaltCompilerVersion = xmlFile.kobaltCompilerVersion