Anyone have a plugin or lint rule they use to enfo...
# kotlin-native
a
Anyone have a plugin or lint rule they use to enforce that KMP methods are annotated with @Throws for iOS? We aggressively use checkNotNull and friends to validate method inputs, and it’s a pain when we encounter somewhere that we forgot to add it 😅