bdawg.io
10/29/2018, 6:27 PMcheck
call inside of my functions. By commenting that line out, the code fully compiled. it appears to be an issue with inline function rewriting rather than coroutines itself
The check
call before (fails to compile): val path: String
val group: String
check(File("$path/src/main/kotlin/${group.replace(".", File.separator)}").mkdirs()) { "Failed to create directories for module" }
dsavvinov
10/30/2018, 8:18 AMbdawg.io
10/30/2018, 1:59 PM