We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003722a commit d6aebdeCopy full SHA for d6aebde
stream-android-core-annotations/build.gradle.kts
@@ -14,6 +14,7 @@ apply(from = "${rootDir}/scripts/publish-module.gradle")
14
java {
15
sourceCompatibility = JavaVersion.VERSION_11
16
targetCompatibility = JavaVersion.VERSION_11
17
+ withSourcesJar()
18
}
19
kotlin {
20
compilerOptions {
stream-android-core-lint/build.gradle.kts
0 commit comments