dimsuz
02/11/2018, 10:20 PM$ cd ~/example-project
$ ./kobaltw --init kotlin
$ ./kobaltw assemble && ./kobaltw run
(prints "hello from kotlin)
Now I want to create a different directory structure, so I edit Build.kt
and add a directory = "customname"
to the project.
Then I move
$ mkdir customname
$ mv src/ customname
So now I have ./customname/src/main/kotlin/com/example/Main.kt
Doing a clean build goes OK, but Kobalt doesn't see Main.kt for some reason