Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update gradle settings
  • Loading branch information
makeevrserg committed Nov 19, 2024
commit 1b225871e763c8a098319e3dc437fceda9309f98
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ rootProject.name = "Kotlin-Immutable-Collections" // TODO: Make readable name wh
include(":core")
project(":core").name="kotlinx-collections-immutable"

include(":serialization")
project(":serialization").name="kotlinx-collections-immutable-serialization"

include(
":benchmarks",
":benchmarks:runner"
Expand Down