KJS: allow to use packages with names starting with "kotlin" only if the -Xallow-kotlin-package command line option is specified
#KT-14668 Fixed
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<configuration>
|
||||
<args>
|
||||
<!--<arg>-Xallow-kotlin-package</arg>-->
|
||||
<arg>-Xallow-kotlin-package</arg>
|
||||
<arg>-Xmulti-platform</arg>
|
||||
</args>
|
||||
<moduleKind>umd</moduleKind>
|
||||
|
||||
Reference in New Issue
Block a user