bennyhuo / KotlinTuples

Kotlin tuples.
MIT License
20 stars 0 forks source link

Published Maven dependency #3

Open DavidPerezIngeniero opened 1 year ago

DavidPerezIngeniero commented 1 year ago

I'm trying to use your library:

My build.gradle:

dependencies {
    implementation "com.bennyhuo.kotlin:kotlin-tuples:2.0"
    ....
}

But gradles complains in this way:

Could not find com.bennyhuo.kotlin:kotlin-tuples:2.0.

Using other tools, I see it complains about missing: https://repo1.maven.org/maven2/com/bennyhuo/kotlin/kotlin-tuples/2.0/kotlin-tuples-2.0.pom

If I browse https://repo1.maven.org/maven2/com/bennyhuo/kotlin/kotlin-tuples/2.0/

I can see that we have kotlin-tuples-2.0.pom.asc but not kotlin-tuples-2.0.pom. I cannot find either the .jar file.

So I suspect the .pom file is missing from the published artifacts.

DavidPerezIngeniero commented 1 year ago

Workaround: generate Tuples.kt and include it in my source code.

bennyhuo commented 1 year ago

It seems error occurred when publishing to maven. I will fix ot later, thx.