Hi, I’m trying to define a plugin for IntelliJ but...
# arrow-meta
m
Hi, I’m trying to define a plugin for IntelliJ but I cannot find the dependency for the
arrow.meta.plugin.idea
package so I cannot find the definition for
IdeMetaPlugin
. Thanks
r
@Rachel may provide more info
r
🙌 we're still publishing a SNAPSHOT version in
maven { url '<https://oss.jfrog.org/artifactory/oss-snapshot-local/>' }
"io.arrow-kt:idea-plugin:1.3.61-SNAPSHOT"
m
Thanks 🙂
If I use that I got this error
Copy code
project :create-plugin > io.arrow-kt:idea-plugin:1.3.61-SNAPSHOT:20200422.144303-62
      > Could not resolve org.celtric.kotlin:kotlin-html:0.1.4.
         > Could not get resource '<https://oss.jfrog.org/artifactory/oss-snapshot-local/org/celtric/kotlin/kotlin-html/0.1.4/kotlin-html-0.1.4.pom>'.
            > Could not GET '<https://oss.jfrog.org/artifactory/oss-snapshot-local/org/celtric/kotlin/kotlin-html/0.1.4/kotlin-html-0.1.4.pom>'. Received status code 409 from server:
r
It's looking for
org.celtric.kotlin:kotlin-html:0.1.4
and it seems there is only one repository for getting that repository: OSS
Please, add
mavenCentral()
or
jcenter()