realm-kotlin
realm-kotlin copied to clipboard
Ktor 2.0.0 support (#782)
This PR tracks a long-living feature branch with Ktor2 support.
Currently master
is using Ktor1 and cannot upgrade to Ktor2 as it only supports the new memory model, which is still only i beta and not everyone is keen on upgrading to it.
The plan for this branch is thus the following:
- We will continuously merge changes from
master
into this, which will be released as1.x.y-ktor2-SNAPSHOT
. - Whenever we make a release from
master
, a similar release will be made from this branch. - Once the new memory model is announced as stable. This branch will be merged back to
master
. This means that consumer projects upgrading will be required to use the new memory model.
Developer note: Changes should not be pushed directly to this branch, but always be applied through other PR's.