methods and doesn’t warn about that due compilation for iOS. So, is it possible to enable such warnings?
s
Sam
07/17/2019, 10:02 PM
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
m
07/18/2019, 8:57 AM
Ok.. But is it possible to enable such warnings?..