Kotlin MP Config 0.1.2
Public Facing
- Re Enable Linux X64 Support
- Initial README
- JVM Target set to 11
- Kotlin API Version set to 1.4
Contributor Facing
- Editor Config support
- Switch to
direnv
andenvfile
for local tests. - Upgrade Kotlin 1.3.5 -> 1.4.30
- Serialization 0.1.0 -> 1.0.1
- Coroutines 1.3.5 -> 1.4.2
- Gradle upgraded to 6.8
- Deprecation of
versions.gradle.kts
Core rearchitecture, each platform is now expecting a function getValueFromEnvVar
. This is in place of expecting a class. The core Environment
delegate class calls this expected function. No changes to public facing user.