-
Notifications
You must be signed in to change notification settings - Fork 49
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
Is this plugin no longer being worked on? #117
Comments
I have the same problem |
I dont have that problem. |
@nordfalk I have the same issue even with your improvements. Please can you confirm if it still works for you? |
@Ric-AB Ive just verified that my version can be installed as a plugin in Android Studio Hedgehog | 2023.1.1 Canary 6, using ./gradlew buildPlugin and then installing the plugin from recompose-idea/build/distributions. That said, Ive not used the IDEA plugin very much. |
do you guys know how the CLI works ? i installed it as a zip file, but then i don't know how to get the interface to show. |
@hamzabelhaj Theres no GUI for the Command-line interface. I used it like this: ./gradlew recompose-cli:run --args="-h" ./gradlew recompose-cli:run --args="/home/j/dinero-android-app/base/src/main/res/layout/settings_companies_list_item.xml -o /home/j/dinero-android-app/base/src/main/java/dk/dinero/dinero/app/navigation -c" to convert settings_companies_list_item.xml into Compose. I havent tried to use the zip file as a CLI. Perhaps you mean: How to display the UI in IntelliJ, after installing the ZIP file in IntelliJ ? |
Oh thanks this helps a lot, exactly i tried to install the UI in IntelliJ based on the created CLI zip file, which unfortunately didn't work, i think there is little information for this matter unlike for the plugin. also i had unclarity, which args i should use when running the CLI with Gradle, now it seems to work, only i would like to know what the "-c" option at the end of the args is used for, as it is not talked about in the documentation? |
Ah sorry, the -c is only for my fork :-)
|
Allright, thank you :) |
Every time i try and copy and paste it says. the xml is too complex.
The text was updated successfully, but these errors were encountered: