Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newer Android Studio not supported? #114

Open
wu-coding opened this issue Apr 21, 2022 · 3 comments
Open

Newer Android Studio not supported? #114

wu-coding opened this issue Apr 21, 2022 · 3 comments
Labels
build Issues about the build setup, Gradle etc. plugin Issues about the IntelliJ IDEA / Android Studio plugin.

Comments

@wu-coding
Copy link

wu-coding commented Apr 21, 2022

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
@pocmo pocmo added plugin Issues about the IntelliJ IDEA / Android Studio plugin. build Issues about the build setup, Gradle etc. labels Apr 21, 2022
@pocmo
Copy link
Owner

pocmo commented Apr 21, 2022

Yes! We definitely need to update to the latest IntelliJ platform.

@rubenquadros
Copy link

You can change the untilBuild in recompose-idea and should be good?

@thaer-al-khishen
Copy link

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")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues about the build setup, Gradle etc. plugin Issues about the IntelliJ IDEA / Android Studio plugin.
Projects
None yet
Development

No branches or pull requests

4 participants