When I try a task that involves a compileKotlin (or compileTestKotlin), then I receive this warning and the result is unpleasant long duration
compileKotlin
compileTestKotlin
In my case I've fixed by clearing some cache in Users folders, in particular:
C:\Users\user\.android\build-cache\ C:\Users\user\.android\cache\ C:\Users\user\.gradle\caches\
Not sure which one made a difference but after clearing all this, the error went away.