Slackbot
10/04/2022, 8:07 PMephemient
10/04/2022, 8:11 PMkotlinDslPluginOptions.jvmTarget.set(...)
efemoney
10/04/2022, 9:39 PMVampire
10/05/2022, 7:46 AMefemoney
10/05/2022, 8:37 AMVampire
10/05/2022, 9:01 AMjava
will be interpreted as the extension, not the package and then the nio
is searched as property of the java extension which of course does not exist.
If you use an import instead, it works fine. I even tried with the java.nio.file
which was added in Java 1.7.Vampire
10/05/2022, 9:02 AMephemient
10/05/2022, 9:34 AM