File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
hll/dynamodb-mapper/dynamodb-mapper Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -79,24 +79,12 @@ if (project.NATIVE_ENABLED) {
7979 }
8080 }
8181
82- tasks.withType< KspAATask >().configureEach {
83- if (name != " kspCommonMainKotlinMetadata " ) {
82+ listOf ( " sourcesJar " , " linuxX64SourcesJar " , " jvmSourcesJar " ).forEach {
83+ tasks.named(it ) {
8484 dependsOn(" kspCommonMainKotlinMetadata" )
8585 }
8686 }
8787
88- tasks.named(" sourcesJar" ) {
89- dependsOn(" kspCommonMainKotlinMetadata" )
90- }
91-
92- tasks.named(" linuxX64SourcesJar" ) {
93- dependsOn(" kspCommonMainKotlinMetadata" )
94- }
95-
96- tasks.named(" jvmSourcesJar" ) {
97- dependsOn(" kspCommonMainKotlinMetadata" )
98- }
99-
10088 kotlin.sourceSets.commonMain {
10189 kotlin.srcDir(" build/generated/ksp/metadata/commonMain/kotlin" )
10290 }
You can’t perform that action at this time.
0 commit comments