dimsuz
02/12/2018, 10:15 PMkobaltBuild
at the root directory, rather than to customdir/kobaltBuild
. So they are never found by an assemble
task and don't get put to the resulting jar...cedric
02/12/2018, 10:15 PMcedric
02/12/2018, 10:16 PMcedric
02/12/2018, 10:16 PMdimsuz
02/12/2018, 10:16 PMcedric
02/12/2018, 10:17 PMkobalt
itself is a project I call run
on all the time, but it’s in rootDir
dimsuz
02/12/2018, 10:17 PMrun
from the root dir toodimsuz
02/12/2018, 10:18 PMdimsuz
02/12/2018, 10:18 PMktor
for examplecedric
02/12/2018, 10:18 PMrun
dimsuz
02/12/2018, 10:19 PMjar
doesn't contain subproject classes at alldimsuz
02/12/2018, 10:20 PMdimsuz
02/12/2018, 10:20 PMcedric
02/12/2018, 10:21 PMcedric
02/12/2018, 10:21 PMrun
comment: that bug only happens for .1) projects with application{}
and 2) projects that are not on rootDir
. Probably a very tiny set.dimsuz
02/12/2018, 10:21 PMcedric
02/12/2018, 10:22 PMcedric
02/12/2018, 10:22 PMdimsuz
02/12/2018, 10:22 PMdimsuz
02/12/2018, 10:24 PMcedric
02/12/2018, 10:24 PMdimsuz
02/12/2018, 10:25 PMethauvin
02/12/2018, 10:34 PMdimsuz
02/12/2018, 10:42 PMkotlinc
gets run by KotlinCompiler.kt
and that's where that -d
option with wrong output dir for classes gets applied.cedric
02/12/2018, 10:43 PMcedric
02/12/2018, 10:43 PM./kobaltw --noIncrementalKotlin
to disable incremental compilationdimsuz
02/12/2018, 10:43 PMdimsuz
02/12/2018, 10:44 PMcedric
02/12/2018, 10:45 PMICompilerFlagContributor
“give me your flags”, “give me your flags”, etc…ethauvin
02/12/2018, 10:48 PM