10 lines
483 B
Plaintext
Vendored
10 lines
483 B
Plaintext
Vendored
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
|
|
error: mixing legacy and modern plugin arguments is prohibited. Please use only one syntax
|
|
Legacy arguments:
|
|
-Xplugin=dist/kotlinc/lib/allopen-compiler-plugin.jar
|
|
-P plugin:org.jetbrains.kotlin.allopen:annotation=foo.AllOpen
|
|
Modern arguments:
|
|
-Xcompiler-plugin=dist/kotlinc/lib/noarg-compiler-plugin.jar=annotation=foo.NoArg
|
|
|
|
COMPILATION_ERROR
|