I’m not sure if this is a kotlin bug, but today id...
# intellij
c
I’m not sure if this is a kotlin bug, but today idea stopped rebuilding changed files. I have to manually select rebuild all to get my changes compiled when i run a test
a
Have you tried invalidating your Caches from the Project menu in IntelliJ?
c
yes, did not help
a
Shame that often sorts out bizarreness
c
oh it seems that it was just that one run configuration. is there a setting in the run config to not build?
h
Yep, to the lower right of the "Run Configuration" dialog is the "Before launch:" list. The single default entry is "Build".
l
@christophsturm Android Studio 3.1?
c
no it was idea 2018.1. I can’t reproduce it now because i fixed it by deleting all my run configs. but I did not change anything in the before launch config