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

Fix XML parsing.

This commit is contained in:
Cedric Beust 2016-04-11 07:27:04 -07:00
parent caf6b62126
commit 0821c89da0

View file

@ -16,7 +16,7 @@ import javax.xml.bind.annotation.XmlRootElement
*/
@XmlRootElement(name = "kobalt-settings")
class KobaltSettingsXml {
@XmlElement @JvmField
@XmlElement(name = "local-repo") @JvmField
var localRepo: String = homeDir(KFiles.KOBALT_DOT_DIR, "repository")
@XmlElement(name = "default-repos") @JvmField