Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Jul 22, 2024
1 parent e56f0eb commit 38e993b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decomat-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ if (project.hasProperty("platform") && project.property("platform") == "linux")
}

// Add the kspCommonMainKotlinMetadata dependency to sourcesJar tasks if needed
// (i.e. in some cases the task e.g. tasks("jsSourcesJar") will not exist)
tasks.findByName("jsSourcesJar")?.dependsOn("kspCommonMainKotlinMetadata")
tasks.findByName("jvmSourcesJar")?.dependsOn("kspCommonMainKotlinMetadata")
tasks.findByName("linuxX64SourcesJar")?.dependsOn("kspCommonMainKotlinMetadata")
Expand Down

0 comments on commit 38e993b

Please sign in to comment.