Language feature for nullability assertions on enhanced nullability

This commit is contained in:
Dmitry Petrov
2017-10-24 13:17:28 +03:00
parent 313cd4f7bc
commit 6c47b4a39c
5 changed files with 27 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ where advanced options include:
Script resolver environment in key-value pairs (the value could be quoted and escaped)
-Xsingle-module Combine modules for source files and binary dependencies into a single module
-Xskip-runtime-version-check Allow Kotlin runtime libraries of incompatible versions in the classpath
-Xstrict-java-nullability-assertions
Generate nullability assertions for non-null Java expressions
-Xuse-javac Use javac for Java source and class files analysis
-Xuse-old-class-files-reading Use old class files reading implementation (may slow down the build and should be used in case of problems with the new implementation)
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info