Fixed publishing sources

This commit is contained in:
dankito 2024-11-22 01:36:15 +01:00
parent 3273b2a849
commit 35a2a6c518
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ kotlin {
jvmToolchain(11)
}
java {
withSourcesJar()
}
val kotlinCoroutinesVersion: String by project