Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We want to migrate the lib to KMP. Exposed is currently used for database implementation and is not supported in KMP, it's JVM only. A very solid choice for a SQLite database implementation with KMP support is SqlDelight. SqlDelight requires JDK 17 to be able to run the SqlDelight plugin and compiler, hence this change.
- Loading branch information