shadowfacts / Forgelin

Fork of Emberwalker's Forgelin with some sprinkles on top.
Other
94 stars 30 forks source link

[question/gradle] Execution failed for task ':compileKotlin'. #31

Closed Frontrider closed 6 years ago

Frontrider commented 6 years ago

The issue is definietly with me, but based on the examples I could find I have no idea why the build fails.

build.gradle.txt gradle.properties.txt Fails with: e: java.io.FileNotFoundException: C:\Users\Jump\IdeaProjects\modern_computers\build\kotlin-classes\main\META-INF\"modern_computers".kotlin_module

So, the cause is that it just does not compiles kotlin sources.

yrsegal commented 6 years ago

you're putting a " in your filename. no. bad.

Frontrider commented 6 years ago

Yeah, shortly after that I figure it out, that I had the quotation marks in my config file.