Nikita Klimenko [JB]
08/06/2021, 4:47 PMsuspend () -> Unit
SuspendFunction
is unaccessible for user code :c So i think need something that converts suspend () -> String
-> suspend () -> kotlin.String
. Just want to make sure not to reinvent the wheel.Ting-Yuan Huang
08/06/2021, 5:14 PMNikita Klimenko [JB]
08/06/2021, 5:16 PMSuspendFunction
is marked internal
Nikita Klimenko [JB]
08/06/2021, 5:23 PMsuspend () -> Unit
resolved type is kotlin.coroutines.SuspendFunction0<kotlin.Unit>
and code with this exact FQ name compiles, but IDE cannot find this declaration