Hi, I'm about to publish an experimental library r...
# coroutines
l
Hi, I'm about to publish an experimental library relying of kotlinx.coroutines, and I'm wondering how I should mark the experimental status of both my API and the underlying kotlinx.coroutines library. I would put my sources in a package named
experimental
like it's done in kotlinx.coroutines, but how will I provide "one click" migration when kotlinx.coroutines and my API graduates out of the experimental status? I'm even more concerned since my library may be used to make other libraries. FYI, this a library for BluetoothGatt (Bluetooth Low Energy connection) in Android.