uber / motif

A simple DI API for Android / Java
Apache License 2.0
534 stars 43 forks source link

Intellij 2023 Support #256

Closed davissuber closed 1 year ago

davissuber commented 1 year ago

This pull request follows https://github.com/uber/RIBs/pull/613 and update motif plugin to support IDEA 2023.2 - there are a handful of related build tool updates needed including:

Also in updating to latest version, we will need to retire the now-obsolete "project component" - prior to this pull request, running ./gradlew build fails for me locally and the changes in this pull request seems to work to make the build green

davissuber commented 1 year ago

~I actually haven't tested this pull request in the latest IDEA yet - but I'd like to collect feedback still.~ I have manually tested this change here

davissuber commented 1 year ago

Comments addressed + I have manually installed and tested the plugin in IntelliJ 2023.2.2 and verify the panel is not empty.