Skip to content

Commit c3737ba

Browse files
committed
fix gradle complaint
1 parent e8b9717 commit c3737ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ kotlin {
109109
}
110110
}
111111

112+
tasks.getByName("sourcesJar").dependsOn("kspCommonMainKotlinMetadata")
113+
112114
publishing {
113115
repositories {
114116
maven {

0 commit comments

Comments
 (0)