Files
kotlin-fork/runtime
Andrey Breslav e5c67e7935 Classes @Nullable and @NotNull are added to runtime
This is needed because Kotlin now annotates all emitted byte code with @Nullable and @NotNull, and a verifier like proguard would reject the code unless the classes are on the class path
2013-11-21 13:07:33 +04:00
..