sargunv
01/28/2016, 7:13 PM./kobaltw assemble
and ./kobaltw test
) work fine. If this were a Gradle project, I would open IntelliJ, select Import Project, and choose Gradle to import from. Since there’s no Kobalt option for import, I tried creating a new project in my project’s root directory, and then did Kobalt -> Sync build file. The build file synced, but the code doesn’t build from within the IDE, the build file has no autocompletion, and I got a new module called Build.kt in the project. I also got a new module ‘kake’, in addition to the original module ‘lib-kake’. (Kake is the name of my project)