You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin 'Recompose' (version '1.0') is not compatible with the current version of the IDE, because it requires build 202.* or older but the current build is AI-211.7628.21
The text was updated successfully, but these errors were encountered:
pocmo
added
plugin
Issues about the IntelliJ IDEA / Android Studio plugin.
build
Issues about the build setup, Gradle etc.
labels
Apr 21, 2022
As mentioned by @rubenquadros
Navigate to recompose-idea -> build.gradle.kts
Look for patchPluginXml
And replace the following code:
patchPluginXml {
sinceBuild("193")
untilBuild("AI-211.7628.21")
}
The text was updated successfully, but these errors were encountered: