Hi, we have been using Kotlin with AS for some time now and we love it, specially since we got instant run to work with it. That said we have an issue that is bugging us that we can’t solve. When we have a working AS session and pull some big chunk of new code (e.g. by doing a GIT merge to our feature branch) we usually have to clear the AS cache (invalidate cache and restart) to recompile the whole code again to keep working. Is this a known issue? Any workaround? (if we don’t do that, the IDE finds the code fine but when we compile we get random class not found exceptions)