DEV Community

Cover image for [Solved] New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version
FlutterCorner
FlutterCorner

Posted on

[Solved] New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version

Hello, guys how are you all? Hope you all are fine. When trying to add cloud_firestore to my app, I have the following issue in my stack track New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version.

So here is this article to gat all possible solution to solve New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version.. Lets start this article without wasting your time.

What Is Error ?

When trying to add cloud_firestore to my app, I have the following issue in my stack track.

Error message

    at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
Caused by: com.android.tools.idea.gradle.project.sync.ng.NewGradleSyncNotSupportedException: New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version
    at com.android.tools.idea.gradle.project.sync.ng.SyncProjectModels.failIfKotlinPluginApplied(SyncProjectModels.java:108)
    at com.android.tools.idea.gradle.project.sync.ng.SyncProjectModels.failIfKotlinPluginApplied(SyncProjectModels.java:111)
    at com.android.tools.idea.gradle.project.sync.ng.SyncProjectModels.populate(SyncProjectModels.java:84)
    at com.android.tools.idea.gradle.project.sync.ng.SyncAction.execute(SyncAction.java:59)
Cause 2: org.gradle.internal.exceptions.LocationAwareException: New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version
Enter fullscreen mode Exit fullscreen mode

Solutions

Here is All Possible Solution added please visit [Solved] New Gradle Sync is not supported due to containing Kotlin modules using an unsupported plugin version

Top comments (0)