Reputation: 49
Could not find Kotlin classes in a module with com.android.feature
plugin from another feature module. For example, in Android Instant Apps, Kotlin classes in "base" feature can't be referenced from any feature module.
Upvotes: 0
Views: 338
Reputation: 2523
With reference to Google issue tracker, it has been fixed with Android SDK Built-Tools to 27.0.2
Please update your Android SDK Built-Tools to 27.0.2 And ensure you are on Android Studio 3.0.1 or newer.
If any issue persists, please report at Google issue tracker they will re-open to examine. Thanks!
Upvotes: 1