Him188 / yamlkt

Multiplatform YAML parser & serializer for kotlinx.serialization written in pure Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build: Could not find net.mamoe.yamlkt:yamlkt-mingwx64:0.9.0.

Kesanov opened this issue · comments

commented
   > Could not find net.mamoe.yamlkt:yamlkt-mingwx64:0.9.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/net/mamoe/yamlkt/yamlkt-mingwx64/0.9.0/yamlkt-mingwx64-0.9.0.pom
     Required by:
         project : > net.mamoe.yamlkt:yamlkt:0.9.0

The issue seems to be that the artifacts are published on maven in yamlkt-mingwX64 instead of yamlkt-mingwx64.

Reproduced with 0.9.0, but failed to reproduce with 0.10.0-dev-1 (a test version based on master).

image

Seems this is because of a change included in Kotlin 1.5. Updating yamlkt to the incoming 0.10.0 will resolve this problem.