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
andyb
04/04/2018, 3:46 PM
Have you tried invalidating your Caches from the Project menu in IntelliJ?
c
christophsturm
04/04/2018, 3:46 PM
yes, did not help
a
andyb
04/04/2018, 3:46 PM
Shame that often sorts out bizarreness
c
christophsturm
04/04/2018, 3:48 PM
oh it seems that it was just that one run configuration. is there a setting in the run config to not build?
h
hho
04/04/2018, 4:09 PM
Yep, to the lower right of the "Run Configuration" dialog is the "Before launch:" list. The single default entry is "Build".
l
louiscad
04/05/2018, 5:32 PM
@christophsturm Android Studio 3.1?
c
christophsturm
04/05/2018, 11:28 PM
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