Skip to content

Commit

Permalink
Fix :samples for Kotlin to 2.1.0-dev-5441
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Aug 29, 2024
1 parent be0cc2c commit b9770ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ kotlin {
commonMain {
dependencies {
implementation(projects.core)

// these are required for whatever reason for Kotlin 2.1.0-dev-5441
implementation(projects.common)
implementation(projects.rest)
implementation(projects.gateway)
}
}
jvmMain {
Expand Down

0 comments on commit b9770ec

Please sign in to comment.