Skip to content

Commit

Permalink
Merge pull request #21 from usefulness/mateuszkwiecinski-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 13, 2023
2 parents 4d731c5 + ba27262 commit 5436135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions licensee-for-android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ plugins {
id("com.starter.publishing")
}

description = "core library for io.github.usefulness.licensee-for-android gradle plugin. Exposes shareable classes and interfaces, useful in multi-module projects"

kotlin {
explicitApi()
}
Expand All @@ -28,3 +30,4 @@ tasks.withType(KotlinCompile).configureEach {
tasks.withType(Test).configureEach {
useJUnitPlatform()
}

0 comments on commit 5436135

Please sign in to comment.