Recent Releases of kenv
kenv - 1.2.0
Changes
- Support Java Properties for JVM targets. Add a
Propertiesobject orFilevia theKenvbuilder:
kotlin
Kenv {
properties(myProperties)
properties(file = myPropertiesFile)
xmlProperties(path = xmlPropertiesFilePath)
}
Full Changelog: https://github.com/mooncloak/kenv/compare/1.1.0...1.2.0
- Kotlin
Published by chRyNaN about 2 years ago
kenv - 1.1.0
Changes
- Updated Kotlin to version
1.9.21 - Updated okio to version
3.7.0 - Updated Android Gradle Plugin to version
8.2.0 - Publish all Android variants
- Updated target definitions in build file
- Added WASM NodeJs and Browser targets
- Added WASM WASI target
- Added JS Browser target
- Minor formatting changes
- Added missing
@Throwsannotations toEnvironmentVariableStorefunctions and extension functions - Inlined most
EnvironmentVariableStorefunctions and extension functions - Added new overloaded
EnvironmentVariableStore.getextension functions that take amapperfunction that can convert the retrievedEnvironmentVariable.Valuetype to any other type - Changed name of
KenvBuilder.dotenvfunction parameterpathStringtopathto match existing documentation - Updated Android target to version
34 - Changed repository to where artifacts are published to
https://repo.repsy.io/mvn/mooncloak/public
Full Changelog: https://github.com/mooncloak/kenv/compare/1.0.0...1.1.0
- Kotlin
Published by chRyNaN about 2 years ago