Build fails after project cleaning - "The following classes have incomplete hierarchies" error

I am running in the issue reported here - https://youtrack.jetbrains.com/issue/KT-7277.  I am using android tools 1.2.3, kotlin-gradle-plugin 0.12.1218, android build tools version 22.0.1, and app compat 21.0.2.

The error I get is:

Error:Gradle: The following classes have incomplete hierarchies:
  android.support.v4.widget.DrawerLayout, unresolved: [DrawerLayoutImpl]
Error:Gradle: Execution failed for task ‘:presentation:compileDebugKotlinAfterJava’.
> Compilation error. See log for more details

I have created a git repo showing the problem - https://github.com/donaldlittlepie/bugs-incomplete-hierarchies.

Hopefully, I’m doing something dumb. If you think it really is a problem I can open a bug report for it.

Thanks.

I think those bug are very similar, so I'll just reoped the one you mentioned.

Thanks!

Ok cool. Thanks.