Hi guys, I’m trying to import the latest snapsho...
# arrow
n
Hi guys, I’m trying to import the latest snapshot of
kategory-core
and
kategory-optics
for a test project through jitpack but gradle can’t find
me.eugeniomarletti:kotlin-metadata:1.2.0
. Here are my gradle dependencies:
compile 'com.github.kategory.kategory:kategory-core:-SNAPSHOT'
compile 'com.github.kategory.kategory:kategory-optics:-SNAPSHOT'
compile 'com.github.kategory.kategory:kategory-annotations:-SNAPSHOT'
kapt 'com.github.kategory.kategory:kategory-annotations-processor:-SNAPSHOT'
And here is the error:
Error:Could not find me.eugeniomarletti:kotlin-metadata:1.2.0.
Searched in the following locations:
<https://jitpack.io/me/eugeniomarletti/kotlin-metadata/1.2.0/kotlin-metadata-1.2.0.pom>
<https://jitpack.io/me/eugeniomarletti/kotlin-metadata/1.2.0/kotlin-metadata-1.2.0.jar>
<https://repo1.maven.org/maven2/me/eugeniomarletti/kotlin-metadata/1.2.0/kotlin-metadata-1.2.0.pom>
<https://repo1.maven.org/maven2/me/eugeniomarletti/kotlin-metadata/1.2.0/kotlin-metadata-1.2.0.jar>
Required by:
project : > com.github.nomisrev.kategory:kategory-annotations-processor:Optional-SNAPSHOT
Any ideas what I’m doing wrong? Thanks