Patrick Steiger
05/01/2023, 4:24 PMinternal
makes it visible only for the specific module. I see compiler supports -Xfriend-paths
but that’s completely undocumented and as far as I know is not supported in Kotlin Gradle pluginChris Lee
05/01/2023, 4:30 PMpublic
makes it visible outside of the module; at that point you can control consumers of the module (they have to declare a dependency on it to use it).Patrick Steiger
05/01/2023, 4:34 PMAdam S
05/01/2023, 4:39 PM@RequiresOptIn
annotation https://kotlinlang.org/docs/opt-in-requirements.htmlPatrick Steiger
05/02/2023, 12:38 AM@InternalCoroutinesApi
Patrick Steiger
05/02/2023, 12:38 AM