Nicholas Bilyk
05/18/2020, 7:27 PM> Task :compileKotlinJs FAILED
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.1/userguide/command_line_interface.html#sec:command_line_warnings>
5 actionable tasks: 1 executed, 4 up-to-date
e: java.nio.file.FileSystemException: ...\build\classes\kotlin\main\default\ir\bodies.knb: The process cannot access the file because it is being used by another process.
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:274)
at java.base/sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:105)
If I force stop the openjdk platform binary process, it works again.bashor
05/18/2020, 8:35 PMbashor
05/18/2020, 8:36 PM--no-daemon
option when runing gradle could help you. Please let us know if it helps.Nicholas Bilyk
05/18/2020, 8:44 PMbashor
05/18/2020, 9:07 PMbashor
05/18/2020, 9:08 PM