does this argument still exist? `"-Xallow-kotlin-p...
# compiler
j
does this argument still exist?
"-Xallow-kotlin-package"
d
Yes, it is. But it is internal argument which is used to compile stdlib, so there are no guaranties of using it There might be some cases when you declare smth in
kotlin
package and everything blows up So please don't use it
👍 1