From db295f7a287e00d1229d680f2f723966f3be534a Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 28 Oct 2022 11:20:33 +0200 Subject: [PATCH 1/6] - update to compose 1.3.0 - update to compose-b 1.3.0-alpha01-dev831 - activity 1.6.1 - material 1.7.0 - accompanist 0.27.0 --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9c2994209..637638190 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreMinSdk = "19" minSdk = "21" targetSdk = "33" # build -gradleBuild = "7.3.0" +gradleBuild = "7.3.1" buildTools = "33.0.0" # kotlin dokka = "1.7.20" @@ -13,11 +13,11 @@ kotlinCore = { require = "1.7.20" } kotlinCoroutines = { require = "1.6.4" } kotlinxSerialization = "1.4.0" # compose -compose = "1.2.1" +compose = "1.3.0" composeCompiler = "1.3.2" -composejb = "1.2.0" +composejb = "1.3.0-alpha01-dev831" # androidx -activity = "1.6.0" +activity = "1.6.1" cardview = "1.0.0" constraintLayout = "2.1.4" core = "1.9.0" @@ -25,9 +25,9 @@ lifecycle = { require = "2.5.1" } navigation = "2.5.2" recyclerView = "1.2.1" # google -material = "1.6.1" +material = "1.7.0" # other -accompanist = "0.25.1" +accompanist = "0.27.0" fastAdapter = "5.7.0" gradleMvnPublish = "0.18.0" iconics = "5.3.3" From a34b18d0996b9aff1dbe2d8489869a5535fee8bb Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Wed, 23 Nov 2022 17:28:59 +0100 Subject: [PATCH 2/6] fix issue with HtmlText and dark theme --- .../com/mikepenz/aboutlibraries/ui/compose/Libraries.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aboutlibraries-compose/src/androidMain/kotlin/com/mikepenz/aboutlibraries/ui/compose/Libraries.kt b/aboutlibraries-compose/src/androidMain/kotlin/com/mikepenz/aboutlibraries/ui/compose/Libraries.kt index 1cceab0ad..54d4d25dd 100644 --- a/aboutlibraries-compose/src/androidMain/kotlin/com/mikepenz/aboutlibraries/ui/compose/Libraries.kt +++ b/aboutlibraries-compose/src/androidMain/kotlin/com/mikepenz/aboutlibraries/ui/compose/Libraries.kt @@ -155,7 +155,11 @@ fun LicenseDialog( } @Composable -fun HtmlText(html: String, modifier: Modifier = Modifier, color: Color = Color.Black) { +fun HtmlText( + html: String, + modifier: Modifier = Modifier, + color: Color = LibraryDefaults.libraryColors().contentColor +) { AndroidView(modifier = modifier, factory = { context -> TextView(context).apply { setTextColor(color.toArgb()) From 8980f2093e1fe79dbca46cad962541997d38d6eb Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 24 Nov 2022 10:45:51 +0100 Subject: [PATCH 3/6] - introduce new configuration option to enable `prettyPrint` for the generated JSON file - FIX https://github.com/mikepenz/AboutLibraries/issues/813 --- README.md | 2 + app-desktop/build.gradle.kts | 1 + .../src/main/resources/aboutlibraries.json | 715 +++++++++++++++++- app/build.gradle | 2 + .../plugin/AboutLibrariesExtension.kt | 11 + .../plugin/AboutLibrariesTask.kt | 2 +- .../plugin/model/ResultContainer.kt | 9 +- 7 files changed, 736 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cee7849db..5a82218cd 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ aboutLibraries { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.LINK // Configure the duplication rule, to match "duplicates" with duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE + // Enable pretty printing for the generated JSON file + prettyPrint = false } ``` diff --git a/app-desktop/build.gradle.kts b/app-desktop/build.gradle.kts index 03bc2fdcc..7fdd37f57 100644 --- a/app-desktop/build.gradle.kts +++ b/app-desktop/build.gradle.kts @@ -37,4 +37,5 @@ application { aboutLibraries { registerAndroidTasks = false + prettyPrint = true } diff --git a/app-desktop/src/main/resources/aboutlibraries.json b/app-desktop/src/main/resources/aboutlibraries.json index b781aeeae..b56143771 100644 --- a/app-desktop/src/main/resources/aboutlibraries.json +++ b/app-desktop/src/main/resources/aboutlibraries.json @@ -1 +1,714 @@ -{"metadata":{"generated":"2022-09-29T13:36:18.986Z"},"libraries":[{"uniqueId":"com.mikepenz:aboutlibraries-core-jvm","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"10.4.1-a01","description":"AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.","scm":{"connection":"scm:git@github.com:mikepenz/AboutLibraries.git","url":"https://github.com/mikepenz/AboutLibraries","developerConnection":"scm:git@github.com:mikepenz/AboutLibraries.git"},"name":"AboutLibraries Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.7.10","description":"Kotlin Standard Library JDK 8 extension","scm":{"connection":"scm:git:https://github.com/JetBrains/kotlin.git","url":"https://github.com/JetBrains/kotlin","developerConnection":"scm:git:https://github.com/JetBrains/kotlin.git"},"name":"Kotlin Stdlib Jdk8","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-jdk7","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.7.10","description":"Kotlin Standard Library JDK 7 extension","scm":{"connection":"scm:git:https://github.com/JetBrains/kotlin.git","url":"https://github.com/JetBrains/kotlin","developerConnection":"scm:git:https://github.com/JetBrains/kotlin.git"},"name":"Kotlin Stdlib Jdk7","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.7.10","description":"Kotlin Standard Library for JVM","scm":{"connection":"scm:git:https://github.com/JetBrains/kotlin.git","url":"https://github.com/JetBrains/kotlin","developerConnection":"scm:git:https://github.com/JetBrains/kotlin.git"},"name":"Kotlin Stdlib","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-common","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.7.10","description":"Kotlin Common Standard Library","scm":{"connection":"scm:git:https://github.com/JetBrains/kotlin.git","url":"https://github.com/JetBrains/kotlin","developerConnection":"scm:git:https://github.com/JetBrains/kotlin.git"},"name":"Kotlin Stdlib Common","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:annotations","funding":[],"developers":[{"organisationUrl":"http://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"13.0","description":"A set of annotations used for code inspection support and code documentation.","scm":{"connection":"scm:git:https://github.com/JetBrains/intellij-community.git","url":"https://github.com/JetBrains/intellij-community"},"name":"IntelliJ IDEA Annotations","website":"http://www.jetbrains.org","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-jvm","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"10.4.1-a01","description":"AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.","scm":{"connection":"scm:git@github.com:mikepenz/AboutLibraries.git","url":"https://github.com/mikepenz/AboutLibraries","developerConnection":"scm:git@github.com:mikepenz/AboutLibraries.git"},"name":"AboutLibraries Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.desktop:desktop-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Jetpack Compose desktop implementation","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Jetpack Compose desktop implementation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose Material Design Components library","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Material Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material-ripple-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Material ripple used to build interactive components","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Material Ripple","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Foundation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose animation library","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Animation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation-layout-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose layout implementations","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Layouts","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose UI primitives","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.runtime:runtime-saveable-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose components that allow saving and restoring the local ui state","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Saveable","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.runtime:runtime-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Tree composition support for code generated by the Compose compiler plugin and corresponding public API","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.6.4","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-core","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-text-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose Text primitives and utilities","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose UI Text","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-graphics-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose graphics","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Graphics","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.7.32","description":"Kotlin Skia bindings","scm":{"connection":"scm:git:https://www.github.com/JetBrains/skiko.git","url":"https://www.github.com/JetBrains/skiko","developerConnection":"scm:git:https://www.github.com/JetBrains/skiko.git"},"name":"Skiko Awt","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose classes for simple units","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Unit","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-geometry-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose classes related to dimensions without units","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Geometry","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation-core-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Animation engine and animation primitives that are the building blocks of the Compose animation library","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Animation Core","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material-icons-core-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose Material Design core icons. This module contains the most commonly used set of Material icons.","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Material Icons Core","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-tooling-preview-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Tooling API","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-bom","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.6.4","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-bom","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-json-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.4.0","description":"Kotlin multiplatform serialization runtime library","scm":{"url":"https://github.com/Kotlin/kotlinx.serialization"},"name":"kotlinx-serialization-json","website":"https://github.com/Kotlin/kotlinx.serialization","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.4.0","description":"Kotlin multiplatform serialization runtime library","scm":{"url":"https://github.com/Kotlin/kotlinx.serialization"},"name":"kotlinx-serialization-core","website":"https://github.com/Kotlin/kotlinx.serialization","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.17.2","description":"AtomicFU utilities","scm":{"url":"https://github.com/Kotlin/kotlinx.atomicfu"},"name":"atomicfu","website":"https://github.com/Kotlin/kotlinx.atomicfu","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-util-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.2.0-beta01","description":"Internal Compose utilities used by other modules","scm":{"connection":"scm:git:https://github.com/JetBrains/compose-jb.git","url":"https://github.com/JetBrains/compose-jb","developerConnection":"scm:git:https://github.com/JetBrains/compose-jb.git"},"name":"Compose Util","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt-runtime-macos-arm64","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.7.32","description":"Kotlin Skia bindings","scm":{"connection":"scm:git:https://www.github.com/JetBrains/skiko.git","url":"https://www.github.com/JetBrains/skiko","developerConnection":"scm:git:https://www.github.com/JetBrains/skiko.git"},"name":"Skiko JVM Runtime for MacOS Arm64","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]}],"licenses":{"Apache-2.0":{"content":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.\n\n\"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.\n\n You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","hash":"Apache-2.0","internalHash":"Apache-2.0","url":"https://spdx.org/licenses/Apache-2.0.html","spdxId":"Apache-2.0","name":"Apache License 2.0"}}} \ No newline at end of file +{ + "metadata": { + "generated": "2022-11-24T09:45:05.346Z" + }, + "libraries": [ + { + "uniqueId": "com.mikepenz:aboutlibraries-core-jvm", + "funding": [ + + ], + "developers": [ + { + "name": "Mike Penz" + } + ], + "artifactVersion": "10.5.1", + "description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.", + "scm": { + "connection": "scm:git@github.com:mikepenz/AboutLibraries.git", + "url": "https://github.com/mikepenz/AboutLibraries", + "developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git" + }, + "name": "AboutLibraries Library", + "website": "https://github.com/mikepenz/AboutLibraries", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Kotlin Team" + } + ], + "artifactVersion": "1.7.20", + "description": "Kotlin Standard Library JDK 8 extension", + "scm": { + "connection": "scm:git:https://github.com/JetBrains/kotlin.git", + "url": "https://github.com/JetBrains/kotlin", + "developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git" + }, + "name": "Kotlin Stdlib Jdk8", + "website": "https://kotlinlang.org/", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlin:kotlin-stdlib-jdk7", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Kotlin Team" + } + ], + "artifactVersion": "1.7.20", + "description": "Kotlin Standard Library JDK 7 extension", + "scm": { + "connection": "scm:git:https://github.com/JetBrains/kotlin.git", + "url": "https://github.com/JetBrains/kotlin", + "developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git" + }, + "name": "Kotlin Stdlib Jdk7", + "website": "https://kotlinlang.org/", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlin:kotlin-stdlib", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Kotlin Team" + } + ], + "artifactVersion": "1.7.20", + "description": "Kotlin Standard Library for JVM", + "scm": { + "connection": "scm:git:https://github.com/JetBrains/kotlin.git", + "url": "https://github.com/JetBrains/kotlin", + "developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git" + }, + "name": "Kotlin Stdlib", + "website": "https://kotlinlang.org/", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlin:kotlin-stdlib-common", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Kotlin Team" + } + ], + "artifactVersion": "1.7.20", + "description": "Kotlin Common Standard Library", + "scm": { + "connection": "scm:git:https://github.com/JetBrains/kotlin.git", + "url": "https://github.com/JetBrains/kotlin", + "developerConnection": "scm:git:https://github.com/JetBrains/kotlin.git" + }, + "name": "Kotlin Stdlib Common", + "website": "https://kotlinlang.org/", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains:annotations", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "http://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "13.0", + "description": "A set of annotations used for code inspection support and code documentation.", + "scm": { + "connection": "scm:git:https://github.com/JetBrains/intellij-community.git", + "url": "https://github.com/JetBrains/intellij-community" + }, + "name": "IntelliJ IDEA Annotations", + "website": "http://www.jetbrains.org", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "com.mikepenz:aboutlibraries-compose-jvm", + "funding": [ + + ], + "developers": [ + { + "name": "Mike Penz" + } + ], + "artifactVersion": "10.5.1", + "description": "AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.", + "scm": { + "connection": "scm:git@github.com:mikepenz/AboutLibraries.git", + "url": "https://github.com/mikepenz/AboutLibraries", + "developerConnection": "scm:git@github.com:mikepenz/AboutLibraries.git" + }, + "name": "AboutLibraries Library", + "website": "https://github.com/mikepenz/AboutLibraries", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.desktop:desktop-jvm", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Jetpack Compose desktop implementation", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.material:material-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose Material Design Components library", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Material Components", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.material:material-ripple-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Material ripple used to build interactive components", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Material Ripple", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.foundation:foundation-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Foundation", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.animation:animation-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose animation library", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Animation", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.foundation:foundation-layout-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose layout implementations", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Layouts", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose UI primitives", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.runtime:runtime-saveable-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose components that allow saving and restoring the local ui state", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Saveable", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.runtime:runtime-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Runtime", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "1.6.4", + "description": "Coroutines support libraries for Kotlin", + "scm": { + "url": "https://github.com/Kotlin/kotlinx.coroutines" + }, + "name": "kotlinx-coroutines-core", + "website": "https://github.com/Kotlin/kotlinx.coroutines", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-text-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose Text primitives and utilities", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose UI Text", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-graphics-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose graphics", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Graphics", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.skiko:skiko-awt", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Compose Multiplatform Team" + } + ], + "artifactVersion": "0.7.34", + "description": "Kotlin Skia bindings", + "scm": { + "connection": "scm:git:https://www.github.com/JetBrains/skiko.git", + "url": "https://www.github.com/JetBrains/skiko", + "developerConnection": "scm:git:https://www.github.com/JetBrains/skiko.git" + }, + "name": "Skiko Awt", + "website": "https://www.github.com/JetBrains/skiko", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-unit-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose classes for simple units", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Unit", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-geometry-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose classes related to dimensions without units", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Geometry", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.animation:animation-core-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Animation engine and animation primitives that are the building blocks of the Compose animation library", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Animation Core", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.material:material-icons-core-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose Material Design core icons. This module contains the most commonly used set of Material icons.", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Material Icons Core", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-tooling-preview-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Tooling API", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlinx:kotlinx-coroutines-bom", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "1.6.4", + "description": "Coroutines support libraries for Kotlin", + "scm": { + "url": "https://github.com/Kotlin/kotlinx.coroutines" + }, + "name": "kotlinx-coroutines-bom", + "website": "https://github.com/Kotlin/kotlinx.coroutines", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "1.4.0", + "description": "Kotlin multiplatform serialization runtime library", + "scm": { + "url": "https://github.com/Kotlin/kotlinx.serialization" + }, + "name": "kotlinx-serialization-json", + "website": "https://github.com/Kotlin/kotlinx.serialization", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "1.4.0", + "description": "Kotlin multiplatform serialization runtime library", + "scm": { + "url": "https://github.com/Kotlin/kotlinx.serialization" + }, + "name": "kotlinx-serialization-core", + "website": "https://github.com/Kotlin/kotlinx.serialization", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.kotlinx:atomicfu-jvm", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "JetBrains Team" + } + ], + "artifactVersion": "0.17.2", + "description": "AtomicFU utilities", + "scm": { + "url": "https://github.com/Kotlin/kotlinx.atomicfu" + }, + "name": "atomicfu", + "website": "https://github.com/Kotlin/kotlinx.atomicfu", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.compose.ui:ui-util-desktop", + "funding": [ + + ], + "developers": [ + { + "name": "The Android Open Source Project" + } + ], + "artifactVersion": "1.3.0-alpha01-dev831", + "description": "Internal Compose utilities used by other modules", + "scm": { + "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", + "url": "https://cs.android.com/androidx/platform/frameworks/support" + }, + "name": "Compose Util", + "website": "https://github.com/JetBrains/compose-jb", + "licenses": [ + "Apache-2.0" + ] + }, + { + "uniqueId": "org.jetbrains.skiko:skiko-awt-runtime-macos-arm64", + "funding": [ + + ], + "developers": [ + { + "organisationUrl": "https://www.jetbrains.com", + "name": "Compose Multiplatform Team" + } + ], + "artifactVersion": "0.7.34", + "description": "Kotlin Skia bindings", + "scm": { + "connection": "scm:git:https://www.github.com/JetBrains/skiko.git", + "url": "https://www.github.com/JetBrains/skiko", + "developerConnection": "scm:git:https://www.github.com/JetBrains/skiko.git" + }, + "name": "Skiko JVM Runtime for MacOS Arm64", + "website": "https://www.github.com/JetBrains/skiko", + "licenses": [ + "Apache-2.0" + ] + } + ], + "licenses": { + "Apache-2.0": { + "content": "Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.\n\n\"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.\n\n You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets \"[]\" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same \"printed page\" as the copyright notice for easier identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", + "hash": "Apache-2.0", + "internalHash": "Apache-2.0", + "url": "https://spdx.org/licenses/Apache-2.0.html", + "spdxId": "Apache-2.0", + "name": "Apache License 2.0" + } + } +} \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 371cfb07a..07e3d6a34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,6 +112,8 @@ aboutLibraries { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.LINK // Configure the duplication rule, to match "duplicates" with duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE + // Enable pretty printing for the generated JSON file + prettyPrint = true } dependencies { diff --git a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt index 4112a48d6..d5ff360cc 100644 --- a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt +++ b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesExtension.kt @@ -216,6 +216,17 @@ abstract class AboutLibrariesExtension { * ``` */ var excludeFields: Array = emptyArray() + + /** + * Enable pretty printing for the generated JSON metadata. + * + * ``` + * aboutLibraries { + * prettyPrint = true + * } + * ``` + */ + var prettyPrint: Boolean = false } enum class StrictMode { diff --git a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesTask.kt b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesTask.kt index 3947a9aea..0b8afd0ba 100644 --- a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesTask.kt +++ b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesTask.kt @@ -77,7 +77,7 @@ abstract class AboutLibrariesTask : BaseAboutLibrariesTask() { } // write to disk - result.writeToDisk(combinedLibrariesOutputFile, excludeFields) + result.writeToDisk(combinedLibrariesOutputFile, excludeFields, extension.prettyPrint) } companion object { diff --git a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/model/ResultContainer.kt b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/model/ResultContainer.kt index 5df49a280..a86503e5f 100644 --- a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/model/ResultContainer.kt +++ b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/model/ResultContainer.kt @@ -3,6 +3,7 @@ package com.mikepenz.aboutlibraries.plugin.model import com.mikepenz.aboutlibraries.plugin.mapping.Library import com.mikepenz.aboutlibraries.plugin.mapping.License import groovy.json.JsonGenerator +import groovy.json.JsonOutput import java.io.File import java.io.OutputStreamWriter import java.io.PrintWriter @@ -13,7 +14,7 @@ import java.util.* data class ResultContainer( val libraries: List, - val licenses: Map + val licenses: Map, ) { val metadata: MetaData = MetaData() } @@ -21,15 +22,15 @@ data class ResultContainer( class MetaData( val generated: String = DateTimeFormatter.ISO_DATE_TIME .withZone(ZoneOffset.UTC) - .format(Calendar.getInstance().toInstant()) + .format(Calendar.getInstance().toInstant()), ) -fun ResultContainer.writeToDisk(outputFile: File, excludeFields: Array) { +fun ResultContainer.writeToDisk(outputFile: File, excludeFields: Array, prettyPrint: Boolean) { val fieldNames = mutableListOf("artifactId", "groupId", "artifactFolder").also { it.addAll(excludeFields) } val jsonGenerator = JsonGenerator.Options().excludeNulls().excludeFieldsByName(fieldNames).build() PrintWriter(OutputStreamWriter(outputFile.outputStream(), StandardCharsets.UTF_8), true).use { - it.write(jsonGenerator.toJson(this)) + it.write(jsonGenerator.toJson(this).let { json -> if (prettyPrint) JsonOutput.prettyPrint(json) else json }) } } \ No newline at end of file From ee65134cbd7ba7246c5ae739345e1d229956bbde Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 24 Nov 2022 10:51:40 +0100 Subject: [PATCH 4/6] - update to compose 1.3.1 - update to compose-jb 1.3.0-beta03 - update to accompanist accompanist 0.27.1 --- .../src/main/resources/aboutlibraries.json | 40 +++++++++---------- gradle/libs.versions.toml | 6 +-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app-desktop/src/main/resources/aboutlibraries.json b/app-desktop/src/main/resources/aboutlibraries.json index b56143771..252d5b9d3 100644 --- a/app-desktop/src/main/resources/aboutlibraries.json +++ b/app-desktop/src/main/resources/aboutlibraries.json @@ -1,6 +1,6 @@ { "metadata": { - "generated": "2022-11-24T09:45:05.346Z" + "generated": "2022-11-24T09:50:48.691Z" }, "libraries": [ { @@ -178,7 +178,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -200,7 +200,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose Material Design Components library", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -222,7 +222,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Material ripple used to build interactive components", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -244,7 +244,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -266,7 +266,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose animation library", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -288,7 +288,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose layout implementations", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -310,7 +310,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -332,7 +332,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose components that allow saving and restoring the local ui state", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -354,7 +354,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Tree composition support for code generated by the Compose compiler plugin and corresponding public API", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -398,7 +398,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose Text primitives and utilities", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -420,7 +420,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose graphics", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -443,7 +443,7 @@ "name": "Compose Multiplatform Team" } ], - "artifactVersion": "0.7.34", + "artifactVersion": "0.7.39", "description": "Kotlin Skia bindings", "scm": { "connection": "scm:git:https://www.github.com/JetBrains/skiko.git", @@ -466,7 +466,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose classes for simple units", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -488,7 +488,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose classes related to dimensions without units", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -510,7 +510,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Animation engine and animation primitives that are the building blocks of the Compose animation library", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -532,7 +532,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose Material Design core icons. This module contains the most commonly used set of Material icons.", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -554,7 +554,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -664,7 +664,7 @@ "name": "The Android Open Source Project" } ], - "artifactVersion": "1.3.0-alpha01-dev831", + "artifactVersion": "1.3.0-beta03", "description": "Internal Compose utilities used by other modules", "scm": { "connection": "scm:git:https://android.googlesource.com/platform/frameworks/support", @@ -687,7 +687,7 @@ "name": "Compose Multiplatform Team" } ], - "artifactVersion": "0.7.34", + "artifactVersion": "0.7.39", "description": "Kotlin Skia bindings", "scm": { "connection": "scm:git:https://www.github.com/JetBrains/skiko.git", diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 637638190..c5bc7ab82 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,9 +13,9 @@ kotlinCore = { require = "1.7.20" } kotlinCoroutines = { require = "1.6.4" } kotlinxSerialization = "1.4.0" # compose -compose = "1.3.0" +compose = "1.3.1" composeCompiler = "1.3.2" -composejb = "1.3.0-alpha01-dev831" +composejb = "1.3.0-beta03" # androidx activity = "1.6.1" cardview = "1.0.0" @@ -27,7 +27,7 @@ recyclerView = "1.2.1" # google material = "1.7.0" # other -accompanist = "0.27.0" +accompanist = "0.27.1" fastAdapter = "5.7.0" gradleMvnPublish = "0.18.0" iconics = "5.3.3" From 2c13c84f882a008df1c2b0d79c793c052e56f3dc Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 24 Nov 2022 13:45:14 +0100 Subject: [PATCH 5/6] - Do not mistakenly filter out variants as test if they contain the name `test` - FIX https://github.com/mikepenz/AboutLibraries/issues/817 --- .../aboutlibraries/plugin/util/DependencyCollector.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/util/DependencyCollector.kt b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/util/DependencyCollector.kt index c15ba9367..f31f65c9b 100644 --- a/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/util/DependencyCollector.kt +++ b/plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/util/DependencyCollector.kt @@ -122,8 +122,8 @@ class DependencyCollector( */ private val testCompile = setOf("testCompile", "androidTestCompile") private val Configuration.isTest - get() = name.contains("test", ignoreCase = true) || - name.contains("androidTest", ignoreCase = true) || + get() = name.startsWith("test", ignoreCase = true) || + name.startsWith("androidTest", ignoreCase = true) || hierarchy.any { configurationHierarchy -> testCompile.any { configurationHierarchy.name.contains(it, ignoreCase = true) } } From fc746517aebcc425f601477c017c72157772626c Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 24 Nov 2022 13:49:54 +0100 Subject: [PATCH 6/6] - [release] v10.5.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a82218cd..e222a0dee 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Latest releases 🛠 -- (Next Gen) Kotlin && Multiplatform && Plugin | [v10.5.1](https://github.com/mikepenz/AboutLibraries/tree/v10.5.1) +- (Next Gen) Kotlin && Multiplatform && Plugin | [v10.5.2](https://github.com/mikepenz/AboutLibraries/tree/v10.5.2) - Kotlin && Gradle Plugin | [v8.9.4](https://github.com/mikepenz/AboutLibraries/tree/v8.9.4) ## Gradle Plugin diff --git a/gradle.properties b/gradle.properties index ac8794d87..1f1aa8e27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.mikepenz -VERSION_NAME=10.5.1 -VERSION_CODE=100501 +VERSION_NAME=10.5.2 +VERSION_CODE=100502 POM_URL=https://github.com/mikepenz/AboutLibraries POM_SCM_URL=https://github.com/mikepenz/AboutLibraries