Reputation: 121
I wanted to run "Owl App" from Jetpack Compose sample apps but i got this error:
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.2 or newer.
What's it for?
Upvotes: 1
Views: 876
Reputation: 1221
This issue causing due to using of newer version of gradle in the project.
You need to use the latest canary version of Android Studio.
Upvotes: 1