When using the Kotlin Frontend plugin, I got this:
Copy code
A problem was found with the configuration of task ':koolui-test-js:webpack-bundle'.
> File '/.../koolui-test-js/build/classes/kotlin/main/koolui-test-js.js' specified for property 'sourceFile' does not exist.
The file most certainly exists, I've checked it and read it. It's complete.
Any ideas?
a
Alexander Mikhalchenko
02/26/2019, 6:55 AM
Do you run Gradle task from the IDE or terminal? Maybe Gradle/Webpack has not enough permissions to read the file? Also Gradle and its plugins can be buggy sometimes so you can try newer/older version of Gradle.
j
josephivie
02/26/2019, 6:15 PM
That message left as mysteriously as it came. Yeah, I'm guessing it was a permissions thing.