I discovered this on latest Kotlin version (0.5.782). If you include this annotation to your project, you have to fix all those method overrides from Android classes that contains nullable types in the parameters.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Override SDK annotations
|
1 | 1345 | August 22, 2013 | |
|
Android SDK Annotations
|
8 | 2251 | February 8, 2013 | |
|
General Android/Kotlin discussions and tools
|
2 | 875 | July 31, 2014 | |
|
Best practice for annotating java methods that potentially return null (@Nullable on java method seems to be ignored?)
|
4 | 4404 | July 21, 2015 | |
| Annotating Java API with @NotNull to be "Kotlin Friendly" (preferably at type level rather than method level) | 5 | 8930 | June 26, 2018 |