Back to Compose Multiplatform

How to publish JPS locally to consume it in Intellij Idea

jps/README.md

2.3.20170 B
Original Source

How to publish JPS locally to consume it in Intellij Idea

You can use installJps task or run:

shell
cd ..
./gradlew installJps && \
echo Finished successfully