You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am converting a project from Buck to Bazel, and it is mostly going smoothly, but build is emitting this warning:
INFO: From KotlinCompile //netld/org.ziptie.net:com-dancer-net { kt: 4, java: 30, srcjars: 0 } for darwin:
warning: '-Xuse-experimental' is deprecated and will be removed in a future release
brettwooldridge
changed the title
Every build results in "warning: '-Xuse-experimental' is deprecated..."
Support "-opt-in": Build results in "warning: '-Xuse-experimental' is deprecated..."
Feb 25, 2022
I am converting a project from Buck to Bazel, and it is mostly going smoothly, but build is emitting this warning:
My toolchain config looks like this:
Running
kotlin -version
on the CLI returns:How can I get rid of the
'-Xuse-experimental'
warning?The text was updated successfully, but these errors were encountered: