I'm seeing something strange. ``` $ cd ~/example-...
# kobalt
d
I'm seeing something strange.
Copy code
$ 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
Copy code
$ 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