Hi! I'm trying to install the IDEA plugin (<idea-p...
# arrow-meta
b
Hi! I'm trying to install the IDEA plugin (idea-plugin-1.4.10-20200928.154707-13.jar), but after installing it from disk and restarting IntelliJ, I'm getting an error. Am I doing something wrong? (I'm using IntelliJ 2020.2.2 with Kotlin 1.4.10)
r
Hi @Ben Woodworth, to install Arrow Meta IDE Plugin is necessary a ZIP file
Your trace is complaining about a missing Arrow Meta Compiler and the ZIP file contains all the libraries that Arrow Meta IDE Plugin needs to work
b
Thank you! I didn't know about the setup guide, and was just going by the arrow-meta and arrow-meta-examples GitHub READMEs
Now I'm playing around with coercions, and I'm having trouble getting it working. I'm using the same build.gradle/gradle.properties as arrow-meta-examples, and I based the code off the prelude test cases Here's the error I'm getting when I build with Gradle:
Figured it out! Had to add a package declaration to the file (and internal to line 6)