OUT: Buildfile: [TestData]/build.xml build: [kotlinc] Compiling [[TestData]/main.kt] => [[Temp]/hello.jar] [kotlinc] [TestData]/main.kt:4:21: error: 'break' and 'continue' are not allowed in 'when' statements. Consider using labels to continue/break from the outer loop [kotlinc] true -> break [kotlinc] ^ ERR: BUILD FAILED [TestData]/build.xml:5: Compile failed; see the compiler error output for details. Total time: [time] Return code: 1