mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Formatting.
This commit is contained in:
parent
1986ef95ca
commit
4b6d53d3dd
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue