restructure project to Kotlin Multiplatform
- custom POM location removed (there are now two POMs, one for the 'Kotlin Multiplatform' publication, and another for Kotlin/JVM, and more are on the way, which would lead to a cluttered build dir) - renamed the directories (the directory name is how Kotlin Multiplatform chooses the published artifact ID, and there's no an easier way to change it.) - updated README examples, and link to `-jvm` variant guide
This commit is contained in:
parent
4df6d3f599
commit
dce203845e
16 changed files with 59 additions and 243 deletions
|
@ -24,8 +24,8 @@ group = "net.thauvin.erik"
|
|||
version = "1.4.0-SNAPSHOT"
|
||||
|
||||
dependencies {
|
||||
kover(projects.lib)
|
||||
kover(projects.app)
|
||||
kover(projects.urlencoderLib)
|
||||
kover(projects.urlencoderApp)
|
||||
}
|
||||
|
||||
sonar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue