kotlin 1.1 gradle incremental compilation is broke...
# announcements
d
kotlin 1.1 gradle incremental compilation is broken for me, it recompiles every time. What can I do to create a useful bug report if I can't share the project (closed source)? Maybe some compiler switch to produce additional logs?
h
dimsuz: Do you have any Gradle buildscript customizations? These might be informative.
d
yes, I add a couple of tasks, but they are used on CI server only
also a couple of functions.
I guess I could share my app/build.gradle and those additional functions... @h0tk3y