Another question, basically, in my workflow I shou...
# compiler
t
Another question, basically, in my workflow I should call
kotlinc
(pointing to all source files), saying that I want
aptMode=stubs
, then call
kotlinc
again (with all src) with
aptMode=apt
, then
kotlinc
one more time (with all src again) but this time without the AP plugin, and them javac with all source files too