Hy guys. I noticed that compiler just ignore `suspend` methods and doesn’t warn about that due compi...
m
Hy guys. I noticed that compiler just ignore
suspend
methods and doesn’t warn about that due compilation for iOS. So, is it possible to enable such warnings?
s
The compiler generally ignores anything that is Kotlin specific without warning. Presumably this is because the same file can be compiled for multiple platforms using the MPP plugin.
m
Ok.. But is it possible to enable such warnings?..