Skip to content

Commit

Permalink
serialization as composite build
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Aug 3, 2023
1 parent 9c98def commit 062ef80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx.serialization
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ rootProject.name = "vclibrary"
include(":vclib")
include(":vclib-aries")
include(":vclib-openid")

includeBuild("kotlinx.serialization"){
dependencySubstitution {
substitute(module("org.jetbrains.kotlinx:kotlinx-serialization-cbor")).using(project(":kotlinx-serialization-cbor"))
}
}

0 comments on commit 062ef80

Please sign in to comment.