I'm having trouble compiling a project with two modules from the plugin. It builds fine from the command line. The problem is that the plugin only allows running compile for a single module, not for the whole project. So while from the command line I can do 
./kobaltw compile
, the plugin does the equivalent of 
./kobaltw PokeKotlin:compile
 which doesn't compile project it's dependent on.