diff --git a/licensee-for-android-core/build.gradle b/licensee-for-android-core/build.gradle index 7790820..c0f6f9b 100644 --- a/licensee-for-android-core/build.gradle +++ b/licensee-for-android-core/build.gradle @@ -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() } @@ -28,3 +30,4 @@ tasks.withType(KotlinCompile).configureEach { tasks.withType(Test).configureEach { useJUnitPlatform() } +