Open DavidPerezIngeniero opened 1 year ago
I'm trying to use your library:
My build.gradle:
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.
kotlin-tuples-2.0.pom.asc
kotlin-tuples-2.0.pom
.jar
So I suspect the .pom file is missing from the published artifacts.
Workaround: generate Tuples.kt and include it in my source code.
Tuples.kt
It seems error occurred when publishing to maven. I will fix ot later, thx.
I'm trying to use your library:
My
build.gradle
:But gradles complains in this way:
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 notkotlin-tuples-2.0.pom
. I cannot find either the.jar
file.So I suspect the .pom file is missing from the published artifacts.