realm / realm-kotlin

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

Convert publishCIPackages to proper publications #1610

Open cmelchior opened 6 months ago

cmelchior commented 6 months ago

Right now the Gradle task publishCIPackages is a standalone task with some associated gradle properties. This doesn't feel entirely idiomatic and we should look into if it would be possible to turn these targets into proper publications that also makes it easier to publish things locally.

See https://github.com/realm/realm-kotlin/pull/1607#pullrequestreview-1788273152