axeon
05/20/2024, 11:00 AMRoot project 'Cordex'
+--- Project ':annotations'
\--- Project ':ksp'
The project builds fine and I'm able to publish it to Maven local without any issues. But when I try to import it into another project, it fails during the :compileKotlinMingwX64
task with the following error:
> Could not resolve all files for configuration ':mingwX64CompileKlibraries'.
> Could not find io.github.vyfor:annotations:0.1.0.
Searched in the following locations:
- file:/C:/Users/1/.m2/repository/io/github/vyfor/annotations/0.1.0/annotations-0.1.0.pom
- <https://europe-west3-maven.pkg.dev/mik-music/kord/io/github/vyfor/annotations/0.1.0/annotations-0.1.0.pom>
- <https://oss.sonatype.org/content/repositories/snapshots/io/github/vyfor/annotations/0.1.0/annotations-0.1.0.pom>
- <https://repo.maven.apache.org/maven2/io/github/vyfor/annotations/0.1.0/annotations-0.1.0.pom>
- <https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/vyfor/annotations/0.1.0/annotations-0.1.0.pom>
Required by:
project : > io.github.vyfor:cordex:0.1.0 > io.github.vyfor:cordex-mingwx64:0.1.0
How can I possibly resolve this?axeon
05/20/2024, 11:04 AMCordex
library's top-level build file:axeon
05/20/2024, 11:08 AM:annotations
submodule is used by both root and :ksp
modules.Andreas Scheja
05/20/2024, 1:17 PMaxeon
05/20/2024, 1:34 PMaxeon
05/20/2024, 1:43 PM