Marc Knaup
07/28/2020, 5:38 PMinternal
declarations?russhwolf
07/28/2020, 5:58 PMinternal
is by-definition limited to the same module. (That's just a kotlin thing, not MPP-specific)@RequiresOptIn
annotation and use that, if you want. See @InternalCoroutinesApi
in kotlinx.coroutines
for example.Marc Knaup
07/28/2020, 6:20 PM@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
until I’ve refactored it in a proper way 😉)