having a little trouble getting the ksp plugin for...
# arrow
p
having a little trouble getting the ksp plugin for optics: https://arrow-kt.io/docs/optics/#Gradle-kotlin
Copy code
See <https://docs.gradle.org/7.3.3/userguide/declaring_repositories.html#sub:fail_build_on_project_repositories> for details.
         > Could not find io.arrow-kt:arrow-optics-ksp-plugin:1.0.1.
           Searched in the following locations:
             - file:/Users/peter/.m2/repository/io/arrow-kt/arrow-optics-ksp-plugin/1.0.1/arrow-optics-ksp-plugin-1.0.1.pom
             - <https://repo.maven.apache.org/maven2/io/arrow-kt/arrow-optics-ksp-plugin/1.0.1/arrow-optics-ksp-plugin-1.0.1.pom>
           Required by:
               project :
a
sorry, we are in the process of moving the plugin from one organization to another, can you try using the repo
maven(url = "<https://oss.sonatype.org/content/repositories/snapshots/>")
and
io.arrow-kt:arrow-optics-ksp:2.0-SNAPSHOT
?