https://kotlinlang.org logo
#compiler
Title
# compiler
m

mikehearn

02/10/2022, 12:37 PM
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.