jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
636 stars 25 forks source link

Update to Kotlin 1.8.22 and other libraries #784

Closed serras closed 8 months ago

Lysander commented 11 months ago

There might be some places in the docs, where we refer to the kotlin-version - I think those might be adopted too.

serras commented 11 months ago

Note that updating the Kotlin version is required for #787 to work, so the sooner this is merged into master, the better (if you want that PR to work, of course).

serras commented 11 months ago

There might be some places in the docs, where we refer to the kotlin-version - I think those might be adopted too.

The latest commit updates the references in the docs too.

Lysander commented 11 months ago

We need some RC8-Release with PR #781 before we upgrade the Kotlin version due to some internal projects, that need this with the current Kotlin version.

I think on Monday we should be able to build the RC and after that, we can merge this one.

jamowei commented 8 months ago

Closed in favor of #789