MoIbrahim15 / Android-Kotlin-MVI-CleanArchitecture

Android + Kotlin + Modularization + Gradle Depedency managment + Gradle written in Kotlin DSL + Custom Gradle Plugin + MVVM + MVI + Clean Architecture + Repository Pattern + Coroutines + Flows + Koin + Retrofit2 + ROOM + Kotlin-Android-Extension + KtLints
https://www.linkedin.com/in/mohamedibrahim15/
MIT License
381 stars 41 forks source link

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. #3

Open kishorejethava opened 4 years ago

kishorejethava commented 4 years ago

Current Android Studio is 4.0 stable channel. I have also tried in Canary Channel but when i check for updates it doesn't shows latest one.

Abdullahi1 commented 4 years ago

Just try to downgrade your gradle version in the buildSrc/build.gradle.kts to at least 4.0.0 and sync the project.

That should solve the issue