This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
0.4.0-beta
-
BREAKING CHANGES
- JNI for desktop JVM artifacts renamed to
kodein-db-jni-jvm
,kodein-db-jni-jvm-linux
,kodein-db-jni-jvm-macos
&kodein-db-jni-jvm-windows
(added-jvm-
). DB.factory
renamed toDB.default
. Not a breaking change if you are usingDB.open
&DB.destroy
utilities.
- JNI for desktop JVM artifacts renamed to
-
MODULES
- new
kodein-leveldb-inmemory
andkodein-db-inmemory
modules that contain in-memory only backend. DO NOT USE IN PRODUCTION! This is for tests only!
- new
-
CORE
- Kotlin
1.4.10
.
- Kotlin
-
BUILD
- Restored Windows build.