Skip to content

Commit

Permalink
Merge pull request #146 from kennethshackleton/fix-androidlib-sources…
Browse files Browse the repository at this point in the history
…-jar

Fix AndroidLib sources jar artifact.
  • Loading branch information
kennethshackleton authored Jul 16, 2021
2 parents c0cb37c + 4497bad commit eb0a085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidLib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ android {

defaultPublishConfig = "release"

sourceSets["main"].java.srcDir("src/main/kotlin")
sourceSets["test"].resources.srcDir("$buildDir/intermediates/libs")

buildTypes {
Expand Down

0 comments on commit eb0a085

Please sign in to comment.