Posted this in <#C0B8M7BUY|android> - but advised ...
# intellij
c
Posted this in #android - but advised to post here: We have a java module and and android module in a project (Android Studio v2.3.2 and using Kotlin plugin v1.1.2-release-Studio2.3-3). We accidentally put an interface that references Android framework types in the java module, but Android Studio did not show a compile error. When building the project, gradle threw a NoSuchMethod error during
kaptKotlin
on the java module. I would expect that Android Studio would show compile warning in the interface. Is this not a valid expectation?