realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
962 stars 61 forks source link

Eliminate Kotlin Native specific compiler plugin distributable #1322

Open rorbech opened 1 year ago

rorbech commented 1 year ago

Kotlin 1.6.0 aligned the compiler plugin abi so we could get rid of the native specific shadowed artifact to simplify build and distributables a bit.

cmelchior commented 1 year ago

Note, I tried to remove it a few months back but ran into some issues with how we set up our tests. I was running into some compile time issues with how we registered the compiler plugin.

rorbech commented 1 year ago

Might be that it is smart to collapse with bumping to Kotlin 1.8.x because that also requires some updates to the plugin registration.