Vishal Rana
08/26/2019, 6:00 PMjavac
compiles hello world program in 500ms, is there a reason why does kotlinc
takes 3 s? Is there any way I can improve this? I heard about kotlinc daemon but could not find any documents to get started.groostav
08/26/2019, 10:54 PMVishal Rana
08/26/2019, 11:01 PMkotlinc
?gildor
08/27/2019, 1:43 AMVishal Rana
08/28/2019, 3:29 PMgildor
08/28/2019, 11:18 PMVishal Rana
08/28/2019, 11:20 PMgildor
08/29/2019, 1:32 AMVishal Rana
08/29/2019, 1:32 AMgildor
08/29/2019, 1:33 AMSo far I have used gradleIf you use Gradle you probably should use Gradle tooling API and connect to gradle directly, not just run it from command line, otherwise you pay price of configuration time on every launch even with daemon
Vishal Rana
08/29/2019, 1:34 AMgildor
08/29/2019, 1:34 AMVishal Rana
08/29/2019, 1:34 AMgildor
08/29/2019, 1:35 AMVishal Rana
08/29/2019, 1:36 AM