Fixed publishing sources
This commit is contained in:
parent
3273b2a849
commit
35a2a6c518
|
@ -7,6 +7,10 @@ kotlin {
|
|||
jvmToolchain(11)
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
|
||||
val kotlinCoroutinesVersion: String by project
|
||||
|
||||
|
|
Loading…
Reference in New Issue