Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@chRyNaN chRyNaN released this 27 Jan 16:29
· 3 commits to develop since this release
17befb0

Changes

  • Support Java Properties for JVM targets. Add a Properties object or File via the Kenv builder:
Kenv {
    properties(myProperties)
    properties(file = myPropertiesFile)
    xmlProperties(path = xmlPropertiesFilePath)
}

Full Changelog: 1.1.0...1.2.0