Skip to content

Commit bf32fdf

Browse files
committed
android publishing
1 parent d37ff3b commit bf32fdf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ android {
252252
testOptions {
253253
unitTests.isReturnDefaultValues = true
254254
}
255+
publishing {
256+
multipleVariants {
257+
allVariants()
258+
withJavadocJar()
259+
withSourcesJar()
260+
}
261+
}
255262
}
256263
spotless {
257264
kotlin {

0 commit comments

Comments
 (0)