forbid compiling code in packages with names starting with 'kotlin' unless the -Xallow-kotlin-package command line option is specified
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
package kotlin.mylibrary
|
||||
|
||||
class MyLibraryManager {
|
||||
}
|
||||
Reference in New Issue
Block a user