Hi, I’m trying to import existing pants project in...
# general
k
Hi, I’m trying to import existing pants project in to IntelliJ 2020.3.4 with Pant plugin 1.17.0.
h
Hi! The Pants plugin for IntelliJ is for Pants v1. Pants v2 support is planned, but isn't available yet.
But there are workarounds that allow you to work effectively in IntelliJ even without the plugin. I use IntelliJ all day every day myself!
What kind of things are you trying to achieve? This may be helpful to start with: https://www.pantsbuild.org/docs/setting-up-an-ide
k
I’m trying to setup simple scala 2.11 project that says Hello world and build from there in IntelliJ
h
Ah, for Scala you'll need to be on Pants 1.30.x for now
Scala support in 2.x is coming soon though!
k
got you! that was the issue. Thanks a bunch
h
Happy to help!