Skip to content

Commit 8a836b1

Browse files
author
Sven Obser
committed
Add sources
1 parent 65532a3 commit 8a836b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ dependencies {
1818
testImplementation(libs.kotlinx.coroutines.test)
1919
}
2020

21+
java {
22+
withSourcesJar()
23+
}
24+
2125
kotlin {
2226
jvmToolchain(jdkVersion = 8)
2327
}

0 commit comments

Comments
 (0)