Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump Java from 11 to 17 #13

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

kirillzh
Copy link
Contributor

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.

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.
@kirillzh kirillzh changed the title build: bump Java from 11 to 17 deps: bump Java from 11 to 17 Jun 26, 2024
Copy link
Owner

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK cc4e8ca.

@thunderbiscuit thunderbiscuit merged commit 73ea1b0 into thunderbiscuit:master Jun 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants