diff -r 1b1779baa28f -r 57d9068de0ef core/build.gradle.kts --- a/core/build.gradle.kts Sun May 04 15:16:29 2025 -0400 +++ b/core/build.gradle.kts Sun May 04 16:05:40 2025 -0400 @@ -1,5 +1,3 @@ -import org.jetbrains.kotlin.gradle.dsl.JvmTarget - /* * AboutOss is an utility library to retrieve and display * opensource licenses in Android applications. @@ -21,12 +19,15 @@ * You should have received a copy of the GNU General Public License * along with AboutOss. If not, see . */ +import org.jetbrains.kotlin.gradle.dsl.JvmTarget + plugins { id("com.android.library") kotlin("multiplatform") id("com.geekorum.build.source-license-checker") alias(libs.plugins.kotlinx.serialization) id("com.geekorum.build.maven-publish") + id("com.geekorum.build.dokka") } group = "com.geekorum.aboutoss"