Hi. I just faced another issue that might be relat...
# eap
m
Hi. I just faced another issue that might be related to incremental build: I removed external dependency from build.gradle that was used by my code but every next build was successful until I manually ran clean. It was used in a top-level extension function. In runtime I’ve got ClassNotFoundException. If I remove dependency that used main code (don’t know how to name it :), in a class) than incremental build fails (as expected).