realm-kotlin
realm-kotlin copied to clipboard
Remove compatibility hacks for the compiler plugin
When upgrading to Kotlin 1.7 as a minimum supported version we need to revert some workaround done to maintain compatibility from 1.6.10
- https://github.com/realm/realm-kotlin/pull/856
- https://github.com/realm/realm-kotlin/pull/854
- https://github.com/realm/realm-kotlin/pull/845 (this could be fixed in K2)
- https://github.com/realm/realm-kotlin/pull/666
- https://github.com/realm/realm-kotlin/pull/1009 (Change between 1.7.10 and 1.7.20)