Ha, I came here to ask wtf is going on with that e...
# kobalt
d
Ha, I came here to ask wtf is going on with that error. I have a similar one on Linux. After trying to start a clean project
kobaltw --init kotlin && kobaltw assemble
, I have this:
Copy code
───── test:compile
  Kotlin 1.2.21 compiling 1 file
  Kotlin incremental compilation is enabled
*****
***** ERROR Couldn't compile file: Source file or directory not found: /tmp/./src/main/kotlin/com/example/Main.kt
*****
*****
***** ERROR Couldn't compile file: Source file or directory not found: /tmp/./src/main/kotlin/com/example/Main.kt
*****
*****
***** ERROR Error: com.beust.kobalt.KobaltException: Couldn't compile file: Source file or directory not found: /tmp/./src/main/kotlin/com/example/Main.kt
*****