realm-kotlin
realm-kotlin copied to clipboard
[RKOTLIN-986] K2 Support
This adds support for Kotlin 2.0. This branch does not have code specific to K2 compared to main/release but is for compiling and testing the library with Kotlin 2, as distributables are not binary compatible across Kotlin 1.9/2.0.
This is targeting release/k2 that will be used to publish named (<x>-K2) releases corresponding to normal releases when see fit.
Closes #1614