Is there a way to change the nullability annotation the Kotlin compiler emits into class files?
e
elizarov
02/11/2022, 6:46 AM
No, short of patching and building your own version of the compiler. Alternatively, you can post-process compiled classes and replace those annotations.