Him188 / yamlkt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name of the root project is the same name of the child module

bcmedeiros opened this issue · comments

I'm trying to build another project (ktor) pointing to master of this repo, using includeBuild:

includeBuild("../yamlkt")

This is causing the following error to happen:

Module version 'net.mamoe.yamlkt:yamlkt:0.13.0-SNAPSHOT' is not unique in composite: can be provided by [project :yamlkt, project :yamlkt:yamlkt].

This is caused by the fact that both the root module and its main child are called yamlkt.

Since the child module is published, we should change the root project name to something else.