Search code examples
android-studiokotlinkotlin-multiplatform

Gradle sync failed: Unsupported method: KotlinPlatformContainer.supports()


I just updated Android Studio to the latest version 3.5.1 and I know get the following error:

Gradle sync failed: Unsupported method: KotlinPlatformContainer.supports(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model.

I use Kotlin Multiplatform in two of my modules but I don't know if it's related.


Solution

  • It looks like the issue is known and tracked at: