Fixed publishing sources
This commit is contained in:
parent
3273b2a849
commit
35a2a6c518
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ kotlin {
|
||||||
jvmToolchain(11)
|
jvmToolchain(11)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withSourcesJar()
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
val kotlinCoroutinesVersion: String by project
|
val kotlinCoroutinesVersion: String by project
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue