diff --git a/MIGRATION.md b/MIGRATION.md index 8c993356..2e6ebf64 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,5 +1,11 @@ ### Upgrade Notes +#### Version 0.34.0 + +- **Dependency Upgrade**: Compose 1.8.0 / Compose Multiplatform 1.8.0 +- **Breaking Change**: Reordered arguments for `markdownAnnotator` to improve backwards comp. +- **Behavior Change**: Handle empty lines in block quotes. (Using block quote text size as height) + #### Version 0.33.0 - **Dependency Upgrade**: Kotlin 2.1.20 diff --git a/README.md b/README.md index 28240dbc..02e6920e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ val markdownFlow = parseMarkdownFlow("# Markdown") .stateIn(lifecycleScope, SharingStarted.Eagerly, State.Loading()) // In the Composable use the flow -val state by markdownFlow.collectAsStateWithLifecycle(State.Loading()) +val state by markdownFlow.collectAsStateWithLifecycle() Markdown(state) ``` diff --git a/gradle.properties b/gradle.properties index 2a8626a3..4ce3216a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Maven stuff GROUP=com.mikepenz -VERSION_NAME=0.33.0 -VERSION_CODE=3300 +VERSION_NAME=0.34.0 +VERSION_CODE=3400 # POM_URL=https://github.com/mikepenz/multiplatform-markdown-renderer POM_SCM_URL=https://github.com/mikepenz/multiplatform-markdown-renderer diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 36c3b221..e4fac227 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ androidx-activityCompose = "1.10.1" coil = "3.1.0" coil2 = "2.7.0" markdown = "0.7.3" -ktor = "3.1.2" +ktor = "3.1.3" highlights = "1.0.0" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 9bbc975c..1b33c55b 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37f853b1..ca025c83 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index faf93008..23d15a93 100755 --- a/gradlew +++ b/gradlew @@ -114,7 +114,7 @@ case "$( uname )" in #( NONSTOP* ) nonstop=true ;; esac -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar +CLASSPATH="\\\"\\\"" # Determine the Java command to use to start the JVM. @@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ "$@" # Stop when "xargs" is not available. diff --git a/gradlew.bat b/gradlew.bat index 9d21a218..db3a6ac2 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -70,11 +70,11 @@ goto fail :execute @rem Setup the command line -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar +set CLASSPATH= @rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* :end @rem End local scope for the variables with windows NT shell diff --git a/multiplatform-markdown-renderer-coil3/build.gradle.kts b/multiplatform-markdown-renderer-coil3/build.gradle.kts index d8befb31..9b03ca40 100644 --- a/multiplatform-markdown-renderer-coil3/build.gradle.kts +++ b/multiplatform-markdown-renderer-coil3/build.gradle.kts @@ -11,6 +11,12 @@ android { dependencies { commonMainApi(projects.multiplatformMarkdownRenderer) - commonMainApi(libs.coil.core) + + // TODO reverse once coil3 was released based on compose 1.8.0 + commonMainApi(libs.coil.core) { + exclude(group = "org.jetbrains.compose.runtime") + } commonMainCompileOnly(compose.runtime) + commonMainCompileOnly(compose.runtimeSaveable) + commonMainCompileOnly("org.jetbrains.compose.ui:ui-backhandler:1.8.0-rc01") } \ No newline at end of file diff --git a/multiplatform-markdown-renderer-m2/api/android/multiplatform-markdown-renderer-m2.api b/multiplatform-markdown-renderer-m2/api/android/multiplatform-markdown-renderer-m2.api index d3c21e27..c12a3bba 100644 --- a/multiplatform-markdown-renderer-m2/api/android/multiplatform-markdown-renderer-m2.api +++ b/multiplatform-markdown-renderer-m2/api/android/multiplatform-markdown-renderer-m2.api @@ -1,12 +1,12 @@ public final class com/mikepenz/markdown/m2/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/m2/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$-1353005456$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$-1446203683$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$1377101343$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$1562902692$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$208294801$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$311006291$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1112484843$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$1405124674$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1890655630$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1996475994$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$598402550$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$925370143$multiplatform_markdown_renderer_m2_release ()Lkotlin/jvm/functions/Function3; } public final class com/mikepenz/markdown/m2/MarkdownColorsKt { @@ -15,9 +15,9 @@ public final class com/mikepenz/markdown/m2/MarkdownColorsKt { } public final class com/mikepenz/markdown/m2/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V } public final class com/mikepenz/markdown/m2/MarkdownTypographyKt { diff --git a/multiplatform-markdown-renderer-m2/api/jvm/multiplatform-markdown-renderer-m2.api b/multiplatform-markdown-renderer-m2/api/jvm/multiplatform-markdown-renderer-m2.api index b0a5613e..b65b5602 100644 --- a/multiplatform-markdown-renderer-m2/api/jvm/multiplatform-markdown-renderer-m2.api +++ b/multiplatform-markdown-renderer-m2/api/jvm/multiplatform-markdown-renderer-m2.api @@ -1,12 +1,12 @@ public final class com/mikepenz/markdown/m2/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/m2/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$-1353005456$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$-1446203683$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$1377101343$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$1562902692$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$208294801$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$311006291$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1112484843$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$1405124674$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1890655630$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$1996475994$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$598402550$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$925370143$multiplatform_markdown_renderer_m2 ()Lkotlin/jvm/functions/Function3; } public final class com/mikepenz/markdown/m2/MarkdownColorsKt { @@ -15,9 +15,9 @@ public final class com/mikepenz/markdown/m2/MarkdownColorsKt { } public final class com/mikepenz/markdown/m2/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V } public final class com/mikepenz/markdown/m2/MarkdownTypographyKt { diff --git a/multiplatform-markdown-renderer-m2/api/multiplatform-markdown-renderer-m2.klib.api b/multiplatform-markdown-renderer-m2/api/multiplatform-markdown-renderer-m2.klib.api index 01d2ba51..8759e95b 100644 --- a/multiplatform-markdown-renderer-m2/api/multiplatform-markdown-renderer-m2.klib.api +++ b/multiplatform-markdown-renderer-m2/api/multiplatform-markdown-renderer-m2.klib.api @@ -7,9 +7,9 @@ // Library unique name: final fun com.mikepenz.markdown.m2.elements/MarkdownCheckBox(kotlin/String, org.intellij.markdown.ast/ASTNode, androidx.compose.ui.text/TextStyle, androidx.compose.runtime/Composer?, kotlin/Int) // com.mikepenz.markdown.m2.elements/MarkdownCheckBox|MarkdownCheckBox(kotlin.String;org.intellij.markdown.ast.ASTNode;androidx.compose.ui.text.TextStyle;androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m2/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m2/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m2/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m2/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m2/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m2/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m2/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m2/markdownColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownColors // com.mikepenz.markdown.m2/markdownColor|markdownColor(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m2/markdownColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownColors // com.mikepenz.markdown.m2/markdownColor|markdownColor(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m2/markdownTypography(androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextLinkStyles?, androidx.compose.ui.text/TextStyle?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownTypography // com.mikepenz.markdown.m2/markdownTypography|markdownTypography(androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextLinkStyles?;androidx.compose.ui.text.TextStyle?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] diff --git a/multiplatform-markdown-renderer-m2/src/commonMain/kotlin/com/mikepenz/markdown/m2/Markdown.kt b/multiplatform-markdown-renderer-m2/src/commonMain/kotlin/com/mikepenz/markdown/m2/Markdown.kt index aa6946a6..e77f9837 100644 --- a/multiplatform-markdown-renderer-m2/src/commonMain/kotlin/com/mikepenz/markdown/m2/Markdown.kt +++ b/multiplatform-markdown-renderer-m2/src/commonMain/kotlin/com/mikepenz/markdown/m2/Markdown.kt @@ -15,6 +15,7 @@ import com.mikepenz.markdown.model.MarkdownAnnotator import com.mikepenz.markdown.model.MarkdownColors import com.mikepenz.markdown.model.MarkdownDimens import com.mikepenz.markdown.model.MarkdownExtendedSpans +import com.mikepenz.markdown.model.MarkdownInlineContent import com.mikepenz.markdown.model.MarkdownPadding import com.mikepenz.markdown.model.MarkdownState import com.mikepenz.markdown.model.MarkdownTypography @@ -26,6 +27,7 @@ import com.mikepenz.markdown.model.markdownAnimations import com.mikepenz.markdown.model.markdownAnnotator import com.mikepenz.markdown.model.markdownDimens import com.mikepenz.markdown.model.markdownExtendedSpans +import com.mikepenz.markdown.model.markdownInlineContent import com.mikepenz.markdown.model.markdownPadding import org.intellij.markdown.flavours.MarkdownFlavourDescriptor import org.intellij.markdown.flavours.gfm.GFMFlavourDescriptor @@ -46,6 +48,7 @@ import org.intellij.markdown.parser.MarkdownParser * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param referenceLinkHandler The reference link handler to be used for handling links. @@ -66,6 +69,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), referenceLinkHandler: ReferenceLinkHandler = ReferenceLinkHandlerImpl(), @@ -86,6 +90,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, referenceLinkHandler = referenceLinkHandler, @@ -106,6 +111,7 @@ fun Markdown( * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param loading Composable function to display while loading. @@ -123,6 +129,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -140,6 +147,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, @@ -159,6 +167,7 @@ fun Markdown( * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param loading Composable function to display while loading. @@ -176,6 +185,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -193,6 +203,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, diff --git a/multiplatform-markdown-renderer-m2/src/main/AndroidManifest.xml b/multiplatform-markdown-renderer-m2/src/main/AndroidManifest.xml deleted file mode 100644 index 8072ee00..00000000 --- a/multiplatform-markdown-renderer-m2/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/multiplatform-markdown-renderer-m3/api/android/multiplatform-markdown-renderer-m3.api b/multiplatform-markdown-renderer-m3/api/android/multiplatform-markdown-renderer-m3.api index 07314950..e154fc9e 100644 --- a/multiplatform-markdown-renderer-m3/api/android/multiplatform-markdown-renderer-m3.api +++ b/multiplatform-markdown-renderer-m3/api/android/multiplatform-markdown-renderer-m3.api @@ -1,12 +1,12 @@ public final class com/mikepenz/markdown/m3/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/m3/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$-686066062$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$-788777552$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$1851691260$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$1944889487$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$380028990$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$565830339$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$-398669803$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-71702210$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$115412490$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$408052321$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$893583277$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$999403641$multiplatform_markdown_renderer_m3_release ()Lkotlin/jvm/functions/Function5; } public final class com/mikepenz/markdown/m3/MarkdownColorsKt { @@ -15,9 +15,9 @@ public final class com/mikepenz/markdown/m3/MarkdownColorsKt { } public final class com/mikepenz/markdown/m3/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V } public final class com/mikepenz/markdown/m3/MarkdownTypographyKt { diff --git a/multiplatform-markdown-renderer-m3/api/jvm/multiplatform-markdown-renderer-m3.api b/multiplatform-markdown-renderer-m3/api/jvm/multiplatform-markdown-renderer-m3.api index e326b319..9ce0a6a0 100644 --- a/multiplatform-markdown-renderer-m3/api/jvm/multiplatform-markdown-renderer-m3.api +++ b/multiplatform-markdown-renderer-m3/api/jvm/multiplatform-markdown-renderer-m3.api @@ -1,12 +1,12 @@ public final class com/mikepenz/markdown/m3/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/m3/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$-686066062$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$-788777552$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$1851691260$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; - public final fun getLambda$1944889487$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$380028990$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$565830339$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$-398669803$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-71702210$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$115412490$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$408052321$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$893583277$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function3; + public final fun getLambda$999403641$multiplatform_markdown_renderer_m3 ()Lkotlin/jvm/functions/Function5; } public final class com/mikepenz/markdown/m3/MarkdownColorsKt { @@ -15,9 +15,9 @@ public final class com/mikepenz/markdown/m3/MarkdownColorsKt { } public final class com/mikepenz/markdown/m3/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V } public final class com/mikepenz/markdown/m3/MarkdownTypographyKt { diff --git a/multiplatform-markdown-renderer-m3/api/multiplatform-markdown-renderer-m3.klib.api b/multiplatform-markdown-renderer-m3/api/multiplatform-markdown-renderer-m3.klib.api index e4760a49..85f712f7 100644 --- a/multiplatform-markdown-renderer-m3/api/multiplatform-markdown-renderer-m3.klib.api +++ b/multiplatform-markdown-renderer-m3/api/multiplatform-markdown-renderer-m3.klib.api @@ -7,9 +7,9 @@ // Library unique name: final fun com.mikepenz.markdown.m3.elements/MarkdownCheckBox(kotlin/String, org.intellij.markdown.ast/ASTNode, androidx.compose.ui.text/TextStyle, androidx.compose.runtime/Composer?, kotlin/Int) // com.mikepenz.markdown.m3.elements/MarkdownCheckBox|MarkdownCheckBox(kotlin.String;org.intellij.markdown.ast.ASTNode;androidx.compose.ui.text.TextStyle;androidx.compose.runtime.Composer?;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m3/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m3/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.m3/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m3/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m3/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.m3/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors?, com.mikepenz.markdown.model/MarkdownTypography?, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.m3/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors?;com.mikepenz.markdown.model.MarkdownTypography?;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m3/markdownColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownColors // com.mikepenz.markdown.m3/markdownColor|markdownColor(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m3/markdownColor(androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.ui.graphics/Color, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownColors // com.mikepenz.markdown.m3/markdownColor|markdownColor(androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.ui.graphics.Color;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.m3/markdownTypography(androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextStyle?, androidx.compose.ui.text/TextLinkStyles?, androidx.compose.ui.text/TextStyle?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownTypography // com.mikepenz.markdown.m3/markdownTypography|markdownTypography(androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextStyle?;androidx.compose.ui.text.TextLinkStyles?;androidx.compose.ui.text.TextStyle?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] diff --git a/multiplatform-markdown-renderer-m3/src/commonMain/kotlin/com/mikepenz/markdown/m3/Markdown.kt b/multiplatform-markdown-renderer-m3/src/commonMain/kotlin/com/mikepenz/markdown/m3/Markdown.kt index f71a4dbd..7fde199d 100644 --- a/multiplatform-markdown-renderer-m3/src/commonMain/kotlin/com/mikepenz/markdown/m3/Markdown.kt +++ b/multiplatform-markdown-renderer-m3/src/commonMain/kotlin/com/mikepenz/markdown/m3/Markdown.kt @@ -15,6 +15,7 @@ import com.mikepenz.markdown.model.MarkdownAnnotator import com.mikepenz.markdown.model.MarkdownColors import com.mikepenz.markdown.model.MarkdownDimens import com.mikepenz.markdown.model.MarkdownExtendedSpans +import com.mikepenz.markdown.model.MarkdownInlineContent import com.mikepenz.markdown.model.MarkdownPadding import com.mikepenz.markdown.model.MarkdownState import com.mikepenz.markdown.model.MarkdownTypography @@ -26,6 +27,7 @@ import com.mikepenz.markdown.model.markdownAnimations import com.mikepenz.markdown.model.markdownAnnotator import com.mikepenz.markdown.model.markdownDimens import com.mikepenz.markdown.model.markdownExtendedSpans +import com.mikepenz.markdown.model.markdownInlineContent import com.mikepenz.markdown.model.markdownPadding import org.intellij.markdown.flavours.MarkdownFlavourDescriptor import org.intellij.markdown.flavours.gfm.GFMFlavourDescriptor @@ -46,6 +48,7 @@ import org.intellij.markdown.parser.MarkdownParser * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param referenceLinkHandler The reference link handler to be used for handling links. @@ -66,6 +69,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), referenceLinkHandler: ReferenceLinkHandler = ReferenceLinkHandlerImpl(), @@ -86,6 +90,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, referenceLinkHandler = referenceLinkHandler, @@ -106,6 +111,7 @@ fun Markdown( * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param loading Composable function to display while loading. @@ -123,6 +129,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -140,6 +147,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, @@ -159,6 +167,7 @@ fun Markdown( * @param imageTransformer The [ImageTransformer] to use for transforming images. * @param annotator The [MarkdownAnnotator] to use for annotating links. * @param extendedSpans The [MarkdownExtendedSpans] to use for extended spans. + * @param inlineContent The [MarkdownInlineContent] to use for inline content. * @param components The [MarkdownComponents] to use for custom components. * @param animations The [MarkdownAnimations] to use for animations. * @param loading Composable function to display while loading. @@ -176,6 +185,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(checkbox = { MarkdownCheckBox(it.content, it.node, it.typography.text) }), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -193,6 +203,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, diff --git a/multiplatform-markdown-renderer-m3/src/main/AndroidManifest.xml b/multiplatform-markdown-renderer-m3/src/main/AndroidManifest.xml deleted file mode 100644 index 8072ee00..00000000 --- a/multiplatform-markdown-renderer-m3/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api b/multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api index f75534dc..35854611 100644 --- a/multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api +++ b/multiplatform-markdown-renderer/api/android/multiplatform-markdown-renderer.api @@ -37,9 +37,9 @@ public final class com/mikepenz/markdown/annotator/DefaultAnnotatorSettings : co public final class com/mikepenz/markdown/compose/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/compose/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$1182242454$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$2080817252$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$873873637$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-1129650913$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-2063790006$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-322200773$multiplatform_markdown_renderer_release ()Lkotlin/jvm/functions/Function5; } public final class com/mikepenz/markdown/compose/ComposeLocalKt { @@ -51,6 +51,7 @@ public final class com/mikepenz/markdown/compose/ComposeLocalKt { public static final fun getLocalMarkdownComponents ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownDimens ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownExtendedSpans ()Landroidx/compose/runtime/ProvidableCompositionLocal; + public static final fun getLocalMarkdownInlineContent ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownPadding ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownTypography ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalOrderedListHandler ()Landroidx/compose/runtime/ProvidableCompositionLocal; @@ -66,9 +67,9 @@ public final class com/mikepenz/markdown/compose/MarkdownExtensionKt { } public final class com/mikepenz/markdown/compose/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V public static final fun MarkdownSuccess (Lcom/mikepenz/markdown/model/State$Success;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V } @@ -390,6 +391,12 @@ public final class com/mikepenz/markdown/model/DefaultMarkdownExtendedSpans : co public fun getExtendedSpans ()Lkotlin/jvm/functions/Function2; } +public final class com/mikepenz/markdown/model/DefaultMarkdownInlineContent : com/mikepenz/markdown/model/MarkdownInlineContent { + public static final field $stable I + public fun (Ljava/util/Map;)V + public fun getInlineContent ()Ljava/util/Map; +} + public final class com/mikepenz/markdown/model/DefaultMarkdownTypography : com/mikepenz/markdown/model/MarkdownTypography { public static final field $stable I public fun (Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextLinkStyles;Landroidx/compose/ui/text/TextStyle;)V @@ -491,8 +498,8 @@ public final class com/mikepenz/markdown/model/MarkdownAnnotatorConfigKt { } public final class com/mikepenz/markdown/model/MarkdownAnnotatorKt { - public static final fun markdownAnnotator (Lkotlin/jvm/functions/Function3;Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; - public static synthetic fun markdownAnnotator$default (Lkotlin/jvm/functions/Function3;Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; + public static final fun markdownAnnotator (Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;Lkotlin/jvm/functions/Function3;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; + public static synthetic fun markdownAnnotator$default (Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;Lkotlin/jvm/functions/Function3;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; } public abstract interface class com/mikepenz/markdown/model/MarkdownColors { @@ -544,6 +551,14 @@ public final class com/mikepenz/markdown/model/MarkdownImageState$DefaultImpls { public static fun updateImageSize-uvyYCjk (Lcom/mikepenz/markdown/model/MarkdownImageState;J)V } +public abstract interface class com/mikepenz/markdown/model/MarkdownInlineContent { + public abstract fun getInlineContent ()Ljava/util/Map; +} + +public final class com/mikepenz/markdown/model/MarkdownInlineContentKt { + public static final fun markdownInlineContent (Ljava/util/Map;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownInlineContent; +} + public abstract interface class com/mikepenz/markdown/model/MarkdownPadding { public abstract fun getBlock-D9Ej5fM ()F public abstract fun getBlockQuote ()Landroidx/compose/foundation/layout/PaddingValues; diff --git a/multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api b/multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api index b082af0f..7800f469 100644 --- a/multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api +++ b/multiplatform-markdown-renderer/api/jvm/multiplatform-markdown-renderer.api @@ -37,9 +37,9 @@ public final class com/mikepenz/markdown/annotator/DefaultAnnotatorSettings : co public final class com/mikepenz/markdown/compose/ComposableSingletons$MarkdownKt { public static final field INSTANCE Lcom/mikepenz/markdown/compose/ComposableSingletons$MarkdownKt; public fun ()V - public final fun getLambda$1182242454$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$2080817252$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; - public final fun getLambda$873873637$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-1129650913$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-2063790006$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; + public final fun getLambda$-322200773$multiplatform_markdown_renderer ()Lkotlin/jvm/functions/Function5; } public final class com/mikepenz/markdown/compose/ComposeLocalKt { @@ -51,6 +51,7 @@ public final class com/mikepenz/markdown/compose/ComposeLocalKt { public static final fun getLocalMarkdownComponents ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownDimens ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownExtendedSpans ()Landroidx/compose/runtime/ProvidableCompositionLocal; + public static final fun getLocalMarkdownInlineContent ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownPadding ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalMarkdownTypography ()Landroidx/compose/runtime/ProvidableCompositionLocal; public static final fun getLocalOrderedListHandler ()Landroidx/compose/runtime/ProvidableCompositionLocal; @@ -66,9 +67,9 @@ public final class com/mikepenz/markdown/compose/MarkdownExtensionKt { } public final class com/mikepenz/markdown/compose/MarkdownKt { - public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V - public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/MarkdownState;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Lcom/mikepenz/markdown/model/State;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V + public static final fun Markdown (Ljava/lang/String;Lcom/mikepenz/markdown/model/MarkdownColors;Lcom/mikepenz/markdown/model/MarkdownTypography;Landroidx/compose/ui/Modifier;Lcom/mikepenz/markdown/model/MarkdownPadding;Lcom/mikepenz/markdown/model/MarkdownDimens;Lorg/intellij/markdown/flavours/MarkdownFlavourDescriptor;Lorg/intellij/markdown/parser/MarkdownParser;Lcom/mikepenz/markdown/model/ImageTransformer;Lcom/mikepenz/markdown/model/MarkdownAnnotator;Lcom/mikepenz/markdown/model/MarkdownExtendedSpans;Lcom/mikepenz/markdown/model/MarkdownInlineContent;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Lcom/mikepenz/markdown/model/MarkdownAnimations;Lcom/mikepenz/markdown/model/ReferenceLinkHandler;Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function5;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V public static final fun MarkdownSuccess (Lcom/mikepenz/markdown/model/State$Success;Lcom/mikepenz/markdown/compose/components/MarkdownComponents;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V } @@ -390,6 +391,12 @@ public final class com/mikepenz/markdown/model/DefaultMarkdownExtendedSpans : co public fun getExtendedSpans ()Lkotlin/jvm/functions/Function2; } +public final class com/mikepenz/markdown/model/DefaultMarkdownInlineContent : com/mikepenz/markdown/model/MarkdownInlineContent { + public static final field $stable I + public fun (Ljava/util/Map;)V + public fun getInlineContent ()Ljava/util/Map; +} + public final class com/mikepenz/markdown/model/DefaultMarkdownTypography : com/mikepenz/markdown/model/MarkdownTypography { public static final field $stable I public fun (Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextLinkStyles;Landroidx/compose/ui/text/TextStyle;)V @@ -491,8 +498,8 @@ public final class com/mikepenz/markdown/model/MarkdownAnnotatorConfigKt { } public final class com/mikepenz/markdown/model/MarkdownAnnotatorKt { - public static final fun markdownAnnotator (Lkotlin/jvm/functions/Function3;Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; - public static synthetic fun markdownAnnotator$default (Lkotlin/jvm/functions/Function3;Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; + public static final fun markdownAnnotator (Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;Lkotlin/jvm/functions/Function3;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; + public static synthetic fun markdownAnnotator$default (Lcom/mikepenz/markdown/model/MarkdownAnnotatorConfig;Lkotlin/jvm/functions/Function3;ILjava/lang/Object;)Lcom/mikepenz/markdown/model/MarkdownAnnotator; } public abstract interface class com/mikepenz/markdown/model/MarkdownColors { @@ -544,6 +551,14 @@ public final class com/mikepenz/markdown/model/MarkdownImageState$DefaultImpls { public static fun updateImageSize-uvyYCjk (Lcom/mikepenz/markdown/model/MarkdownImageState;J)V } +public abstract interface class com/mikepenz/markdown/model/MarkdownInlineContent { + public abstract fun getInlineContent ()Ljava/util/Map; +} + +public final class com/mikepenz/markdown/model/MarkdownInlineContentKt { + public static final fun markdownInlineContent (Ljava/util/Map;Landroidx/compose/runtime/Composer;II)Lcom/mikepenz/markdown/model/MarkdownInlineContent; +} + public abstract interface class com/mikepenz/markdown/model/MarkdownPadding { public abstract fun getBlock-D9Ej5fM ()F public abstract fun getBlockQuote ()Landroidx/compose/foundation/layout/PaddingValues; diff --git a/multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api b/multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api index c94f64cd..85c69442 100644 --- a/multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api +++ b/multiplatform-markdown-renderer/api/multiplatform-markdown-renderer.klib.api @@ -154,6 +154,11 @@ abstract interface com.mikepenz.markdown.model/MarkdownImageState { // com.mikep open fun updateImageSize(androidx.compose.ui.geometry/Size) // com.mikepenz.markdown.model/MarkdownImageState.updateImageSize|updateImageSize(androidx.compose.ui.geometry.Size){}[0] } +abstract interface com.mikepenz.markdown.model/MarkdownInlineContent { // com.mikepenz.markdown.model/MarkdownInlineContent|null[0] + abstract val inlineContent // com.mikepenz.markdown.model/MarkdownInlineContent.inlineContent|{}inlineContent[0] + abstract fun (): kotlin.collections/Map // com.mikepenz.markdown.model/MarkdownInlineContent.inlineContent.|(){}[0] +} + abstract interface com.mikepenz.markdown.model/MarkdownPadding { // com.mikepenz.markdown.model/MarkdownPadding|null[0] abstract val block // com.mikepenz.markdown.model/MarkdownPadding.block|{}block[0] abstract fun (): androidx.compose.ui.unit/Dp // com.mikepenz.markdown.model/MarkdownPadding.block.|(){}[0] @@ -441,6 +446,13 @@ final class com.mikepenz.markdown.model/DefaultMarkdownExtendedSpans : com.mikep final fun (): kotlin/Function2? // com.mikepenz.markdown.model/DefaultMarkdownExtendedSpans.extendedSpans.|(){}[0] } +final class com.mikepenz.markdown.model/DefaultMarkdownInlineContent : com.mikepenz.markdown.model/MarkdownInlineContent { // com.mikepenz.markdown.model/DefaultMarkdownInlineContent|null[0] + constructor (kotlin.collections/Map) // com.mikepenz.markdown.model/DefaultMarkdownInlineContent.|(kotlin.collections.Map){}[0] + + final val inlineContent // com.mikepenz.markdown.model/DefaultMarkdownInlineContent.inlineContent|{}inlineContent[0] + final fun (): kotlin.collections/Map // com.mikepenz.markdown.model/DefaultMarkdownInlineContent.inlineContent.|(){}[0] +} + final class com.mikepenz.markdown.model/DefaultMarkdownTypography : com.mikepenz.markdown.model/MarkdownTypography { // com.mikepenz.markdown.model/DefaultMarkdownTypography|null[0] constructor (androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextStyle, androidx.compose.ui.text/TextLinkStyles, androidx.compose.ui.text/TextStyle) // com.mikepenz.markdown.model/DefaultMarkdownTypography.|(androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextStyle;androidx.compose.ui.text.TextLinkStyles;androidx.compose.ui.text.TextStyle){}[0] @@ -664,6 +676,8 @@ final val com.mikepenz.markdown.compose/LocalMarkdownDimens // com.mikepenz.mark final fun (): androidx.compose.runtime/ProvidableCompositionLocal // com.mikepenz.markdown.compose/LocalMarkdownDimens.|(){}[0] final val com.mikepenz.markdown.compose/LocalMarkdownExtendedSpans // com.mikepenz.markdown.compose/LocalMarkdownExtendedSpans|{}LocalMarkdownExtendedSpans[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // com.mikepenz.markdown.compose/LocalMarkdownExtendedSpans.|(){}[0] +final val com.mikepenz.markdown.compose/LocalMarkdownInlineContent // com.mikepenz.markdown.compose/LocalMarkdownInlineContent|{}LocalMarkdownInlineContent[0] + final fun (): androidx.compose.runtime/ProvidableCompositionLocal // com.mikepenz.markdown.compose/LocalMarkdownInlineContent.|(){}[0] final val com.mikepenz.markdown.compose/LocalMarkdownPadding // com.mikepenz.markdown.compose/LocalMarkdownPadding|{}LocalMarkdownPadding[0] final fun (): androidx.compose.runtime/ProvidableCompositionLocal // com.mikepenz.markdown.compose/LocalMarkdownPadding.|(){}[0] final val com.mikepenz.markdown.compose/LocalMarkdownTypography // com.mikepenz.markdown.compose/LocalMarkdownTypography|{}LocalMarkdownTypography[0] @@ -677,6 +691,7 @@ final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdow final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop|#static{}com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop[0] final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop|#static{}com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop[0] final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop|#static{}com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop[0] +final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop|#static{}com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop[0] final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop|#static{}com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop[0] final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_ImageData$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_ImageData$stableprop|#static{}com_mikepenz_markdown_model_ImageData$stableprop[0] final val com.mikepenz.markdown.model/com_mikepenz_markdown_model_Input$stableprop // com.mikepenz.markdown.model/com_mikepenz_markdown_model_Input$stableprop|#static{}com_mikepenz_markdown_model_Input$stableprop[0] @@ -741,9 +756,9 @@ final fun com.mikepenz.markdown.compose.extendedspans/com_mikepenz_markdown_comp final fun com.mikepenz.markdown.compose.extendedspans/com_mikepenz_markdown_compose_extendedspans_SquigglyUnderlineSpanPainter$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.compose.extendedspans/com_mikepenz_markdown_compose_extendedspans_SquigglyUnderlineSpanPainter$stableprop_getter|com_mikepenz_markdown_compose_extendedspans_SquigglyUnderlineSpanPainter$stableprop_getter(){}[0] final fun com.mikepenz.markdown.compose.extendedspans/rememberSquigglyUnderlineAnimator(kotlin.time/Duration, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.compose.extendedspans/SquigglyUnderlineAnimator // com.mikepenz.markdown.compose.extendedspans/rememberSquigglyUnderlineAnimator|rememberSquigglyUnderlineAnimator(kotlin.time.Duration;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.compose/LazyMarkdownSuccess(com.mikepenz.markdown.model/State.Success, com.mikepenz.markdown.compose.components/MarkdownComponents, androidx.compose.ui/Modifier?, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/LazyMarkdownSuccess|LazyMarkdownSuccess(com.mikepenz.markdown.model.State.Success;com.mikepenz.markdown.compose.components.MarkdownComponents;androidx.compose.ui.Modifier?;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.compose/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.compose/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.compose/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.compose/Markdown(com.mikepenz.markdown.model/MarkdownState, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(com.mikepenz.markdown.model.MarkdownState;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.compose/Markdown(com.mikepenz.markdown.model/State, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(com.mikepenz.markdown.model.State;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.compose/Markdown(kotlin/String, com.mikepenz.markdown.model/MarkdownColors, com.mikepenz.markdown.model/MarkdownTypography, androidx.compose.ui/Modifier?, com.mikepenz.markdown.model/MarkdownPadding?, com.mikepenz.markdown.model/MarkdownDimens?, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ImageTransformer?, com.mikepenz.markdown.model/MarkdownAnnotator?, com.mikepenz.markdown.model/MarkdownExtendedSpans?, com.mikepenz.markdown.model/MarkdownInlineContent?, com.mikepenz.markdown.compose.components/MarkdownComponents?, com.mikepenz.markdown.model/MarkdownAnimations?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Function3?, kotlin/Function5?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/Markdown|Markdown(kotlin.String;com.mikepenz.markdown.model.MarkdownColors;com.mikepenz.markdown.model.MarkdownTypography;androidx.compose.ui.Modifier?;com.mikepenz.markdown.model.MarkdownPadding?;com.mikepenz.markdown.model.MarkdownDimens?;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ImageTransformer?;com.mikepenz.markdown.model.MarkdownAnnotator?;com.mikepenz.markdown.model.MarkdownExtendedSpans?;com.mikepenz.markdown.model.MarkdownInlineContent?;com.mikepenz.markdown.compose.components.MarkdownComponents?;com.mikepenz.markdown.model.MarkdownAnimations?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Function3?;kotlin.Function5?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.compose/MarkdownElement(org.intellij.markdown.ast/ASTNode, com.mikepenz.markdown.compose.components/MarkdownComponents, kotlin/String, kotlin/Boolean, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): kotlin/Boolean // com.mikepenz.markdown.compose/MarkdownElement|MarkdownElement(org.intellij.markdown.ast.ASTNode;com.mikepenz.markdown.compose.components.MarkdownComponents;kotlin.String;kotlin.Boolean;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.compose/MarkdownSuccess(com.mikepenz.markdown.model/State.Success, com.mikepenz.markdown.compose.components/MarkdownComponents, androidx.compose.ui/Modifier?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.mikepenz.markdown.compose/MarkdownSuccess|MarkdownSuccess(com.mikepenz.markdown.model.State.Success;com.mikepenz.markdown.compose.components.MarkdownComponents;androidx.compose.ui.Modifier?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnimation$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnimation$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownAnimation$stableprop_getter(){}[0] @@ -751,6 +766,7 @@ final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdow final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownAnnotatorConfig$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownColors$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownExtendedSpans$stableprop_getter(){}[0] +final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownInlineContent$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop_getter|com_mikepenz_markdown_model_DefaultMarkdownTypography$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_ImageData$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_ImageData$stableprop_getter|com_mikepenz_markdown_model_ImageData$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_Input$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_Input$stableprop_getter|com_mikepenz_markdown_model_Input$stableprop_getter(){}[0] @@ -763,10 +779,11 @@ final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_State_Error$st final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_State_Loading$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_State_Loading$stableprop_getter|com_mikepenz_markdown_model_State_Loading$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/com_mikepenz_markdown_model_State_Success$stableprop_getter(): kotlin/Int // com.mikepenz.markdown.model/com_mikepenz_markdown_model_State_Success$stableprop_getter|com_mikepenz_markdown_model_State_Success$stableprop_getter(){}[0] final fun com.mikepenz.markdown.model/markdownAnimations(kotlin/Function1?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownAnimations // com.mikepenz.markdown.model/markdownAnimations|markdownAnimations(kotlin.Function1?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] -final fun com.mikepenz.markdown.model/markdownAnnotator(kotlin/Function3? = ..., com.mikepenz.markdown.model/MarkdownAnnotatorConfig = ...): com.mikepenz.markdown.model/MarkdownAnnotator // com.mikepenz.markdown.model/markdownAnnotator|markdownAnnotator(kotlin.Function3?;com.mikepenz.markdown.model.MarkdownAnnotatorConfig){}[0] +final fun com.mikepenz.markdown.model/markdownAnnotator(com.mikepenz.markdown.model/MarkdownAnnotatorConfig = ..., kotlin/Function3? = ...): com.mikepenz.markdown.model/MarkdownAnnotator // com.mikepenz.markdown.model/markdownAnnotator|markdownAnnotator(com.mikepenz.markdown.model.MarkdownAnnotatorConfig;kotlin.Function3?){}[0] final fun com.mikepenz.markdown.model/markdownAnnotatorConfig(kotlin/Boolean = ...): com.mikepenz.markdown.model/MarkdownAnnotatorConfig // com.mikepenz.markdown.model/markdownAnnotatorConfig|markdownAnnotatorConfig(kotlin.Boolean){}[0] final fun com.mikepenz.markdown.model/markdownDimens(androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownDimens // com.mikepenz.markdown.model/markdownDimens|markdownDimens(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.model/markdownExtendedSpans(kotlin/Function2?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownExtendedSpans // com.mikepenz.markdown.model/markdownExtendedSpans|markdownExtendedSpans(kotlin.Function2?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.mikepenz.markdown.model/markdownInlineContent(kotlin.collections/Map?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownInlineContent // com.mikepenz.markdown.model/markdownInlineContent|markdownInlineContent(kotlin.collections.Map?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.model/markdownPadding(androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp, androidx.compose.ui.unit/Dp?, androidx.compose.ui.unit/Dp, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues?, androidx.compose.foundation.layout/PaddingValues.Absolute?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownPadding // com.mikepenz.markdown.model/markdownPadding|markdownPadding(androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp;androidx.compose.ui.unit.Dp?;androidx.compose.ui.unit.Dp;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues?;androidx.compose.foundation.layout.PaddingValues.Absolute?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] final fun com.mikepenz.markdown.model/parseMarkdownFlow(kotlin/String, kotlin/Boolean = ..., org.intellij.markdown.flavours/MarkdownFlavourDescriptor = ..., org.intellij.markdown.parser/MarkdownParser = ..., com.mikepenz.markdown.model/ReferenceLinkHandler = ...): kotlinx.coroutines.flow/Flow // com.mikepenz.markdown.model/parseMarkdownFlow|parseMarkdownFlow(kotlin.String;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor;org.intellij.markdown.parser.MarkdownParser;com.mikepenz.markdown.model.ReferenceLinkHandler){}[0] final fun com.mikepenz.markdown.model/rememberMarkdownState(kotlin/String, kotlin/Boolean, org.intellij.markdown.flavours/MarkdownFlavourDescriptor?, org.intellij.markdown.parser/MarkdownParser?, com.mikepenz.markdown.model/ReferenceLinkHandler?, kotlin/Boolean, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int): com.mikepenz.markdown.model/MarkdownState // com.mikepenz.markdown.model/rememberMarkdownState|rememberMarkdownState(kotlin.String;kotlin.Boolean;org.intellij.markdown.flavours.MarkdownFlavourDescriptor?;org.intellij.markdown.parser.MarkdownParser?;com.mikepenz.markdown.model.ReferenceLinkHandler?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/ComposeLocal.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/ComposeLocal.kt index 186dc604..fd13a2ba 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/ComposeLocal.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/ComposeLocal.kt @@ -8,12 +8,14 @@ import com.mikepenz.markdown.model.BulletHandler import com.mikepenz.markdown.model.DefaultMarkdownAnnotator import com.mikepenz.markdown.model.DefaultMarkdownAnnotatorConfig import com.mikepenz.markdown.model.DefaultMarkdownExtendedSpans +import com.mikepenz.markdown.model.DefaultMarkdownInlineContent import com.mikepenz.markdown.model.ImageTransformer import com.mikepenz.markdown.model.MarkdownAnimations import com.mikepenz.markdown.model.MarkdownAnnotator import com.mikepenz.markdown.model.MarkdownColors import com.mikepenz.markdown.model.MarkdownDimens import com.mikepenz.markdown.model.MarkdownExtendedSpans +import com.mikepenz.markdown.model.MarkdownInlineContent import com.mikepenz.markdown.model.MarkdownPadding import com.mikepenz.markdown.model.MarkdownTypography import com.mikepenz.markdown.model.ReferenceLinkHandler @@ -74,6 +76,13 @@ val LocalImageTransformer = staticCompositionLocalOf { error("No local ImageTransformer") } +/** + * Local [MarkdownInlineContent] provider + */ +val LocalMarkdownInlineContent = staticCompositionLocalOf { + return@staticCompositionLocalOf DefaultMarkdownInlineContent(mapOf()) +} + /** * Local [MarkdownAnnotator] provider */ diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/Markdown.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/Markdown.kt index f01780a0..e179a5fb 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/Markdown.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/Markdown.kt @@ -16,6 +16,7 @@ import com.mikepenz.markdown.model.MarkdownAnnotator import com.mikepenz.markdown.model.MarkdownColors import com.mikepenz.markdown.model.MarkdownDimens import com.mikepenz.markdown.model.MarkdownExtendedSpans +import com.mikepenz.markdown.model.MarkdownInlineContent import com.mikepenz.markdown.model.MarkdownPadding import com.mikepenz.markdown.model.MarkdownState import com.mikepenz.markdown.model.MarkdownTypography @@ -27,6 +28,7 @@ import com.mikepenz.markdown.model.markdownAnimations import com.mikepenz.markdown.model.markdownAnnotator import com.mikepenz.markdown.model.markdownDimens import com.mikepenz.markdown.model.markdownExtendedSpans +import com.mikepenz.markdown.model.markdownInlineContent import com.mikepenz.markdown.model.markdownPadding import com.mikepenz.markdown.model.rememberMarkdownState import org.intellij.markdown.flavours.MarkdownFlavourDescriptor @@ -48,6 +50,7 @@ import org.intellij.markdown.parser.MarkdownParser * @param imageTransformer The image transformer to be used for rendering images. * @param annotator The annotator to be used for rendering annotations. * @param extendedSpans The extended spans to be used for rendering. + * @param inlineContent The inline content to be rendered. * @param components The components to be used for rendering. * @param referenceLinkHandler The reference link handler to be used for handling links. * @param animations The animations to be used for rendering. @@ -68,6 +71,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(), animations: MarkdownAnimations = markdownAnimations(), referenceLinkHandler: ReferenceLinkHandler = ReferenceLinkHandlerImpl(), @@ -94,6 +98,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, @@ -114,6 +119,7 @@ fun Markdown( * @param imageTransformer The image transformer to be used for rendering images. * @param annotator The annotator to be used for rendering annotations. * @param extendedSpans The extended spans to be used for rendering. + * @param inlineContent The inline content to be rendered. * @param components The components to be used for rendering. * @param animations The animations to be used for rendering. * @param loading A composable function to be displayed while loading the content. @@ -131,6 +137,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -150,6 +157,7 @@ fun Markdown( imageTransformer = imageTransformer, annotator = annotator, extendedSpans = extendedSpans, + inlineContent = inlineContent, components = components, animations = animations, loading = loading, @@ -171,6 +179,7 @@ fun Markdown( * @param imageTransformer The image transformer to be used for rendering images. * @param annotator The annotator to be used for rendering annotations. * @param extendedSpans The extended spans to be used for rendering. + * @param inlineContent The inline content to be rendered. * @param components The components to be used for rendering. * @param animations The animations to be used for rendering. * @param loading A composable function to be displayed while loading the content. @@ -188,6 +197,7 @@ fun Markdown( imageTransformer: ImageTransformer = NoOpImageTransformerImpl(), annotator: MarkdownAnnotator = markdownAnnotator(), extendedSpans: MarkdownExtendedSpans = markdownExtendedSpans(), + inlineContent: MarkdownInlineContent = markdownInlineContent(), components: MarkdownComponents = markdownComponents(), animations: MarkdownAnimations = markdownAnimations(), loading: @Composable (modifier: Modifier) -> Unit = { Box(modifier) }, @@ -205,6 +215,7 @@ fun Markdown( LocalImageTransformer provides imageTransformer, LocalMarkdownAnnotator provides annotator, LocalMarkdownExtendedSpans provides extendedSpans, + LocalMarkdownInlineContent provides inlineContent, LocalMarkdownComponents provides components, LocalMarkdownAnimations provides animations, ) { diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownBlockQuote.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownBlockQuote.kt index f695f3ee..204e02ae 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownBlockQuote.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownBlockQuote.kt @@ -10,9 +10,9 @@ import androidx.compose.ui.Modifier import androidx.compose.ui.draw.drawBehind import androidx.compose.ui.geometry.Offset import androidx.compose.ui.graphics.isSpecified +import androidx.compose.ui.platform.LocalDensity import androidx.compose.ui.text.TextStyle import androidx.compose.ui.unit.LayoutDirection -import androidx.compose.ui.unit.dp import com.mikepenz.markdown.compose.LocalMarkdownColors import com.mikepenz.markdown.compose.LocalMarkdownComponents import com.mikepenz.markdown.compose.LocalMarkdownDimens @@ -20,8 +20,8 @@ import com.mikepenz.markdown.compose.LocalMarkdownPadding import com.mikepenz.markdown.compose.LocalMarkdownTypography import com.mikepenz.markdown.compose.MarkdownElement import org.intellij.markdown.MarkdownElementTypes +import org.intellij.markdown.MarkdownTokenTypes.Companion.EOL import org.intellij.markdown.ast.ASTNode -import org.intellij.markdown.ast.findChildOfType @Composable fun MarkdownBlockQuote( @@ -52,25 +52,30 @@ fun MarkdownBlockQuote( } .padding(blockQuote) ) { - val nonBlockquotes = node.children.filter { it.type != MarkdownElementTypes.BLOCK_QUOTE } - val nestedQuote = node.findChildOfType(MarkdownElementTypes.BLOCK_QUOTE) - - if (nonBlockquotes.isNotEmpty()) { - Column(modifier = Modifier.padding(blockQuoteText)) { - nonBlockquotes.onEach { quote -> - MarkdownElement(node = quote, components = markdownComponents, content = content, includeSpacer = false) - } + val blockQuoteLineHeightInDp = with(LocalDensity.current) { LocalMarkdownTypography.current.quote.fontSize.toDp() } + var priorNestedQuote = false + node.children.onEachIndexed { index, child -> + if (child.type == MarkdownElementTypes.BLOCK_QUOTE) { + // if block quote is nested, and comes after non block quote, add padding + if (!priorNestedQuote && index != 0) Spacer(Modifier.height(blockQuoteText.calculateBottomPadding())) + MarkdownBlockQuote(content = content, node = child, style = style) + priorNestedQuote = true + } else if (child.type == EOL) { + Spacer(Modifier.height(blockQuoteLineHeightInDp)) + } else { + // if first item either completely, or after a nested quote, add top padding + if (index == 0 || priorNestedQuote) Spacer(Modifier.height(blockQuoteText.calculateTopPadding())) + priorNestedQuote = false + MarkdownElement( + node = child, + components = markdownComponents, + content = content, + includeSpacer = false, + skipLinkDefinition = true + ) + // if last item, add bottom padding + if (index == node.children.lastIndex) Spacer(Modifier.height(blockQuoteText.calculateBottomPadding())) } - - if (nestedQuote != null) Spacer(Modifier.height(8.dp)) - } - - if (nestedQuote != null) { - MarkdownBlockQuote( - content = content, - node = nestedQuote, - style = style - ) } } } diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownText.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownText.kt index 9e3500e3..9880ad49 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownText.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/compose/elements/MarkdownText.kt @@ -26,6 +26,7 @@ import com.mikepenz.markdown.compose.LocalImageTransformer import com.mikepenz.markdown.compose.LocalMarkdownAnimations import com.mikepenz.markdown.compose.LocalMarkdownColors import com.mikepenz.markdown.compose.LocalMarkdownExtendedSpans +import com.mikepenz.markdown.compose.LocalMarkdownInlineContent import com.mikepenz.markdown.compose.LocalMarkdownTypography import com.mikepenz.markdown.compose.elements.material.MarkdownBasicText import com.mikepenz.markdown.compose.extendedspans.ExtendedSpans @@ -115,6 +116,7 @@ fun MarkdownText( val baseColor = LocalMarkdownColors.current.text val animations = LocalMarkdownAnimations.current val transformer = LocalImageTransformer.current + val inlineContent = LocalMarkdownInlineContent.current val layoutResult: MutableState = remember { mutableStateOf(null) } val imageState = rememberMarkdownImageState() @@ -143,13 +145,15 @@ fun MarkdownText( if (placeholderState.animate) animations.animateTextSize(it) else it }, style = style, - inlineContent = mapOf( - MARKDOWN_TAG_IMAGE_URL to createImageInlineTextContent( - placeholderState, - transformer, - imageState + inlineContent = remember { + inlineContent.inlineContent + mapOf( + MARKDOWN_TAG_IMAGE_URL to createImageInlineTextContent( + placeholderState, + transformer, + imageState + ) ) - ), + }, onTextLayout = { layoutResult.value = it onTextLayout?.invoke(it, baseColor) diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownAnnotator.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownAnnotator.kt index 43a85fed..b42123e4 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownAnnotator.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownAnnotator.kt @@ -25,8 +25,8 @@ class DefaultMarkdownAnnotator( ) : MarkdownAnnotator fun markdownAnnotator( - annotate: (AnnotatedString.Builder.(content: String, child: ASTNode) -> Boolean)? = null, config: MarkdownAnnotatorConfig = markdownAnnotatorConfig(), + annotate: (AnnotatedString.Builder.(content: String, child: ASTNode) -> Boolean)? = null, ): MarkdownAnnotator = DefaultMarkdownAnnotator( annotate = annotate, config = config diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownInlineContent.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownInlineContent.kt new file mode 100644 index 00000000..8c06425e --- /dev/null +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownInlineContent.kt @@ -0,0 +1,22 @@ +package com.mikepenz.markdown.model + +import androidx.compose.foundation.text.InlineTextContent +import androidx.compose.runtime.Composable +import androidx.compose.runtime.Immutable +import androidx.compose.runtime.Stable + +@Stable +interface MarkdownInlineContent { + /** Represents the map used to store tags and corresponding inline content */ + val inlineContent: Map +} + +@Immutable +class DefaultMarkdownInlineContent( + override val inlineContent: Map, +) : MarkdownInlineContent + +@Composable +fun markdownInlineContent( + content: Map = mapOf() +): MarkdownInlineContent = DefaultMarkdownInlineContent(content) diff --git a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownState.kt b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownState.kt index bc50b975..46dc839b 100644 --- a/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownState.kt +++ b/multiplatform-markdown-renderer/src/commonMain/kotlin/com/mikepenz/markdown/model/MarkdownState.kt @@ -4,6 +4,7 @@ import androidx.compose.runtime.Composable import androidx.compose.runtime.LaunchedEffect import androidx.compose.runtime.Stable import androidx.compose.runtime.remember +import androidx.compose.ui.platform.LocalInspectionMode import com.mikepenz.markdown.utils.lookupLinkDefinition import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.flow.MutableStateFlow @@ -34,7 +35,7 @@ fun rememberMarkdownState( flavour: MarkdownFlavourDescriptor = GFMFlavourDescriptor(), parser: MarkdownParser = MarkdownParser(flavour), referenceLinkHandler: ReferenceLinkHandler = ReferenceLinkHandlerImpl(), - immediate: Boolean = false, + immediate: Boolean = LocalInspectionMode.current, ): MarkdownState { val input = Input( content = content, diff --git a/multiplatform-markdown-renderer/src/main/AndroidManifest.xml b/multiplatform-markdown-renderer/src/main/AndroidManifest.xml deleted file mode 100644 index 8072ee00..00000000 --- a/multiplatform-markdown-renderer/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/sample/README.md b/sample/README.md index 82b0c437..fab4a5e2 100644 --- a/sample/README.md +++ b/sample/README.md @@ -3,9 +3,9 @@ ### Generate Dependency Information ```bash -./gradlew :sample:shared:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/ -./gradlew :sample:desktop:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/ -./gradlew :sample:web:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/ +./gradlew :sample:shared:exportLibraryDefinitions +./gradlew :sample:desktop:exportLibraryDefinitions +./gradlew :sample:web:exportLibraryDefinitions ``` diff --git a/sample/android/build.gradle.kts b/sample/android/build.gradle.kts index 33b76134..58bd90f6 100644 --- a/sample/android/build.gradle.kts +++ b/sample/android/build.gradle.kts @@ -33,4 +33,7 @@ aboutLibraries { library { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE } + export { + exportVariant = "release" + } } diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png new file mode 100644 index 00000000..72ffd25a Binary files /dev/null and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png new file mode 100644 index 00000000..a630b88b Binary files /dev/null and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png index 2aaf999b..b4fb82b0 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png index 1966ffe1..15ec610c 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png index ad540c79..df85dfe8 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png index a0f1048c..89da5a71 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png index d8d60fcc..cd3a6e9e 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png index fff4a0d3..546c8c73 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m2/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png new file mode 100644 index 00000000..28e42339 Binary files /dev/null and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png new file mode 100644 index 00000000..10073b57 Binary files /dev/null and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleLinesTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png index 38b5c781..01aeffed 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png index 812cb22b..da10fba3 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithMultipleParagraphsTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png index 88f4b3a6..d0f7cea7 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png index da6a1827..5f5f8624 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/BlockquoteWithOtherElementsTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png index fcb69b81..f8ecbb00 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_dark_3df45f99_0.png differ diff --git a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png index 246f9350..6b78c5e2 100644 Binary files a/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png and b/sample/android/src/debug/screenshotTest/reference/com/mikepenz/markdown/ui/m3/BlockquotesTests/NestedBlockquoteTest_light_fa4b1f98_0.png differ diff --git a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/BlockquotesTests.kt b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/BlockquotesTests.kt index 6a32f68f..9ec736fe 100644 --- a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/BlockquotesTests.kt +++ b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/BlockquotesTests.kt @@ -17,6 +17,17 @@ class BlockquotesTests { """.trimIndent() ) + @DarkLightPreview + @Composable + fun BlockquoteWithMultipleLinesTest() = TestMarkdown( + """ + > first line + > + > third line + > fourth line + """.trimIndent() + ) + @DarkLightPreview @Composable fun BlockquoteWithMultipleParagraphsTest() = TestMarkdown( @@ -34,6 +45,8 @@ class BlockquotesTests { > Dorothy followed her through many of the beautiful rooms in her castle. > >> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. + > + > Dorothy followed her through many of the beautiful rooms in her castle. """.trimIndent() ) diff --git a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/util/Helper.kt b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/util/Helper.kt index 3f0276a1..114d770f 100644 --- a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/util/Helper.kt +++ b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m2/util/Helper.kt @@ -8,5 +8,5 @@ import com.mikepenz.markdown.ui.m2.theme.SampleTheme @Composable fun TestMarkdown(content: String) = SampleTheme(isSystemInDarkTheme()) { - Markdown(rememberMarkdownState(content, immediate = true)) + Markdown(rememberMarkdownState(content)) } diff --git a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/BlockquotesTests.kt b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/BlockquotesTests.kt index 4690de7f..63e4fe97 100644 --- a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/BlockquotesTests.kt +++ b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/BlockquotesTests.kt @@ -17,6 +17,17 @@ class BlockquotesTests { """.trimIndent() ) + @DarkLightPreview + @Composable + fun BlockquoteWithMultipleLinesTest() = TestMarkdown( + """ + > first line + > + > third line + > fourth line + """.trimIndent() + ) + @DarkLightPreview @Composable fun BlockquoteWithMultipleParagraphsTest() = TestMarkdown( @@ -34,6 +45,8 @@ class BlockquotesTests { > Dorothy followed her through many of the beautiful rooms in her castle. > >> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. + > + > Dorothy followed her through many of the beautiful rooms in her castle. """.trimIndent() ) diff --git a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/util/Helper.kt b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/util/Helper.kt index c910c447..62e25a82 100644 --- a/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/util/Helper.kt +++ b/sample/android/src/screenshotTest/kotlin/com/mikepenz/markdown/ui/m3/util/Helper.kt @@ -8,5 +8,5 @@ import com.mikepenz.markdown.ui.m3.theme.SampleTheme @Composable fun TestMarkdown(content: String) = SampleTheme(isSystemInDarkTheme()) { - Markdown(rememberMarkdownState(content, immediate = true)) + Markdown(rememberMarkdownState(content)) } \ No newline at end of file diff --git a/sample/desktop/build.gradle.kts b/sample/desktop/build.gradle.kts index 5f9a2158..eafafeaa 100644 --- a/sample/desktop/build.gradle.kts +++ b/sample/desktop/build.gradle.kts @@ -39,6 +39,10 @@ aboutLibraries { android { registerAndroidTasks = false } + export { + exportVariant = "jvmMain" + outputPath = file("src/commonMain/composeResources/files/aboutlibraries.json") + } library { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE } diff --git a/sample/desktop/src/commonMain/composeResources/files/aboutlibraries.json b/sample/desktop/src/commonMain/composeResources/files/aboutlibraries.json index eb317a18..51130d33 100644 --- a/sample/desktop/src/commonMain/composeResources/files/aboutlibraries.json +++ b/sample/desktop/src/commonMain/composeResources/files/aboutlibraries.json @@ -1 +1 @@ -{"libraries":[{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support Annotations","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.annotation:annotation-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0","description":"Provides source annotations for tooling and readability.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.8.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.arch.core:core-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Common","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.collection:collection-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.0","description":"Standalone efficient collections.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"collections","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.4.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-common-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-desktop","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-desktop","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-annotations","funding":[],"developers":[],"artifactVersion":"2.12.7","description":"Core annotations used for value types, used by Jackson data binding package.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-annotations.git","url":"http://github.com/FasterXML/jackson-annotations","developerConnection":"scm:git:git@github.com:FasterXML/jackson-annotations.git"},"name":"Jackson-annotations","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-core","funding":[],"developers":[],"artifactVersion":"2.12.7","description":"Core Jackson processing abstractions (aka Streaming API), implementation for JSON","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-core.git","url":"http://github.com/FasterXML/jackson-core","developerConnection":"scm:git:git@github.com:FasterXML/jackson-core.git"},"name":"Jackson-core","website":"https://github.com/FasterXML/jackson-core","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-databind","funding":[],"developers":[],"artifactVersion":"2.12.7.1","description":"General data-binding functionality for Jackson: works on core streaming API","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-databind.git","url":"http://github.com/FasterXML/jackson-databind","developerConnection":"scm:git:git@github.com:FasterXML/jackson-databind.git"},"name":"jackson-databind","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.module:jackson-module-kotlin","funding":[],"developers":[{"name":"Jayson Minard"},{"name":"Drew Stephens"},{"name":"Vyacheslav Artemyev"}],"artifactVersion":"2.12.7","description":"Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support\n Kotlin language, specifically introspection of method/constructor parameter names,\n without having to add explicit property name annotation.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git","url":"https://github.com/FasterXML/jackson-module-kotlin","developerConnection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git"},"name":"jackson-module-kotlin","website":"https://github.com/FasterXML/jackson-module-kotlin","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core-js","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3-js","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core-js","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio-js","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights-js","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg-js","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-darwin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-darwin","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-java-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-java","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-tls","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network-tls","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.freemarker:freemarker","funding":[],"developers":[],"artifactVersion":"2.3.32","description":"FreeMarker is a \"template engine\"; a generic tool to generate text output based on templates.","scm":{"connection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git","url":"https://git-wip-us.apache.org/repos/asf?p=freemarker.git","developerConnection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git"},"name":"Apache FreeMarker","website":"https://freemarker.apache.org/","licenses":["Apache-2.0"],"organization":{"url":"http://apache.org","name":"Apache Software Foundation"}},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.animation:animation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.annotation-internal:annotation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.desktop:desktop-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Compose Desktop","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 Desktop","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.foundation:foundation-layout-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material3:material3-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material-icons-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material:material-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.runtime:runtime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.runtime:runtime-saveable-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-geometry-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-graphics-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.ui:ui-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-text-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-tooling-preview-desktop","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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 UI Preview Tooling","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-uikit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Internal iOS UIKit utilities including Objective-C 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 UIKit Utils","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-util-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.dokka:all-modules-page-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-all-modules-page","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:analysis-markdown","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka analysis-markdown-jb","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:dokka-base","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-base","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:templating-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-templating","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-dom-api-compat","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin DOM API compatibility 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 Dom Api Compat","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-reflect","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.0.20","description":"Kotlin Full Reflection 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 Reflect","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":"2.1.20","description":"Kotlin 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","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.9.24","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-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.9.24","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-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for JS","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 Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for experimental WebAssembly JS platform","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 Wasm Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlinx-atomicfu-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.10","description":"Runtime library for the Atomicfu compiler plugin","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":"Kotlinx Atomicfu Runtime","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.27.0","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.kotlinx:kotlinx-browser-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3","description":"Kotlinx Browser","scm":{"url":"https://github.com/Kotlin/kotlinx-browser"},"name":"kotlinx-browser","website":"https://github.com/Kotlin/kotlinx-browser","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-collections-immutable-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-coroutines-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-jdk8","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-slf4j","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-slf4j","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-datetime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-html-jvm","funding":[],"developers":[{"name":"Sergey Mashkov"},{"name":"Anton Dmitriev"}],"artifactVersion":"0.9.1","description":"A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web.","scm":{"connection":"scm:git:git@github.com:Kotlin/kotlinx.html.git","url":"https://github.com/Kotlin/kotlinx.html"},"name":"kotlinx.html","website":"https://github.com/Kotlin/kotlinx.html","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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:kotlinx-serialization-json-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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.skiko:skiko-awt-runtime-macos-arm64","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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"]},{"uniqueId":"org.jetbrains.skiko:skiko-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 Js","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-js-wasm-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WASM Runtime","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WasmJs","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:annotations","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"23.0.0","description":"A set of annotations used for code inspection support and code documentation.","scm":{"connection":"scm:git:git://github.com/JetBrains/java-annotations.git","url":"https://github.com/JetBrains/java-annotations","developerConnection":"scm:git:ssh://github.com:JetBrains/java-annotations.git"},"name":"JetBrains Java Annotations","website":"https://github.com/JetBrains/java-annotations","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown-js","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","licenses":["Apache-2.0"]},{"uniqueId":"org.jsoup:jsoup","funding":[],"developers":[{"name":"Jonathan Hedley"}],"artifactVersion":"1.16.1","description":"jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.","scm":{"connection":"scm:git:https://github.com/jhy/jsoup.git","url":"https://github.com/jhy/jsoup"},"name":"jsoup Java HTML Parser","website":"https://jsoup.org/","licenses":["MIT"],"organization":{"url":"https://jhy.io/","name":"Jonathan Hedley"}},{"uniqueId":"org.slf4j:slf4j-api","funding":[],"developers":[],"artifactVersion":"2.0.16","description":"The slf4j API","scm":{"connection":"scm:git:https://github.com/qos-ch/slf4j.git","url":"https://github.com/qos-ch/slf4j"},"name":"SLF4J API Module","website":"http://www.slf4j.org","licenses":["MIT"],"organization":{"url":"http://www.qos.ch","name":"QOS.ch"}}],"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"},"MIT":{"content":"MIT License\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT","internalHash":"MIT","url":"https://spdx.org/licenses/MIT.html","spdxId":"MIT","name":"MIT License"}}} \ No newline at end of file +{"libraries":[{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0","description":"Provides source annotations for tooling and readability.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.8.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.arch.core:core-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Common","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.collection:collection","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.5.0","description":"Standalone efficient collections.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"collections","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.5.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-annotations","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Core annotations used for value types, used by Jackson data binding package.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-annotations.git","url":"http://github.com/FasterXML/jackson-annotations","developerConnection":"scm:git:git@github.com:FasterXML/jackson-annotations.git"},"name":"Jackson-annotations","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-core","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Core Jackson processing abstractions (aka Streaming API), implementation for JSON","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-core.git","url":"http://github.com/FasterXML/jackson-core","developerConnection":"scm:git:git@github.com:FasterXML/jackson-core.git"},"name":"Jackson-core","website":"https://github.com/FasterXML/jackson-core","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-databind","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7.1","description":"General data-binding functionality for Jackson: works on core streaming API","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-databind.git","url":"http://github.com/FasterXML/jackson-databind","developerConnection":"scm:git:git@github.com:FasterXML/jackson-databind.git"},"name":"jackson-databind","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.module:jackson-module-kotlin","funding":[],"developers":[{"name":"Tatu Saloranta"},{"name":"Drew Stephens"},{"name":"Jayson Minard"},{"name":"Vyacheslav Artemyev"}],"artifactVersion":"2.12.7","description":"Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support\n Kotlin language, specifically introspection of method/constructor parameter names,\n without having to add explicit property name annotation.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git","url":"https://github.com/FasterXML/jackson-module-kotlin","developerConnection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git"},"name":"jackson-module-kotlin","website":"https://github.com/FasterXML/jackson-module-kotlin","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson:jackson-bom","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Bill of Materials pom for getting full, complete set of compatible versions\nof Jackson components maintained by FasterXML.com","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-bom.git","url":"https://github.com/FasterXML/jackson-bom","developerConnection":"scm:git:git@github.com:FasterXML/jackson-bom.git"},"name":"Jackson BOM","website":"https://github.com/FasterXML/jackson-bom","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-java","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-java","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.freemarker:freemarker","funding":[],"developers":[],"artifactVersion":"2.3.32","description":"FreeMarker is a \"template engine\"; a generic tool to generate text output based on templates.","scm":{"connection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git","url":"https://git-wip-us.apache.org/repos/asf?p=freemarker.git","developerConnection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git"},"name":"Apache FreeMarker","website":"https://freemarker.apache.org/","licenses":["Apache-2.0"],"organization":{"url":"http://apache.org","name":"Apache Software Foundation"}},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.animation:animation-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.annotation-internal:annotation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.6.11","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.desktop:desktop-jvm-macos-arm64","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Compose Desktop","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 Desktop","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.foundation:foundation-layout","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.material3:material3","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.runtime:runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.runtime:runtime-saveable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-backhandler","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Provides BackHandler in Compose Multiplatform projects","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 Multiplatform BackHandler","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-geometry","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-graphics","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.ui:ui-text","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-tooling-preview","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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 UI Preview Tooling","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-util","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.dokka:all-modules-page-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-all-modules-page","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:analysis-markdown","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka analysis-markdown-jb","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:dokka-base","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-base","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:templating-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-templating","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-reflect","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.0.20","description":"Kotlin Full Reflection 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 Reflect","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":"2.1.20","description":"Kotlin 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","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":"2.1.20","description":"Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)","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.kotlin:kotlin-stdlib-jdk7","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.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-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.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.kotlinx:atomicfu","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.23.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.kotlinx:kotlinx-collections-immutable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-bom","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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-coroutines-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-coroutines-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-jdk8","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-slf4j","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-slf4j","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-datetime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-html-jvm","funding":[],"developers":[{"name":"Sergey Mashkov"},{"name":"Anton Dmitriev"}],"artifactVersion":"0.9.1","description":"A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web.","scm":{"connection":"scm:git:git@github.com:Kotlin/kotlinx.html.git","url":"https://github.com/Kotlin/kotlinx.html"},"name":"kotlinx.html","website":"https://github.com/Kotlin/kotlinx.html","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-bom","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.0","description":"Kotlin multiplatform serialization runtime library","scm":{"url":"https://github.com/Kotlin/kotlinx.serialization"},"name":"kotlinx-serialization-bom","website":"https://github.com/Kotlin/kotlinx.serialization","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.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:kotlinx-serialization-json","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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.skiko:skiko-awt-runtime-macos-arm64","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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"]},{"uniqueId":"org.jetbrains:annotations","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"23.0.0","description":"A set of annotations used for code inspection support and code documentation.","scm":{"connection":"scm:git:git://github.com/JetBrains/java-annotations.git","url":"https://github.com/JetBrains/java-annotations","developerConnection":"scm:git:ssh://github.com:JetBrains/java-annotations.git"},"name":"JetBrains Java Annotations","website":"https://github.com/JetBrains/java-annotations","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","licenses":["Apache-2.0"]},{"uniqueId":"org.jsoup:jsoup","funding":[],"developers":[{"name":"Jonathan Hedley"}],"artifactVersion":"1.16.1","description":"jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.","scm":{"connection":"scm:git:https://github.com/jhy/jsoup.git","url":"https://github.com/jhy/jsoup"},"name":"jsoup Java HTML Parser","website":"https://jsoup.org/","licenses":["MIT"],"organization":{"url":"https://jhy.io/","name":"Jonathan Hedley"}},{"uniqueId":"org.slf4j:slf4j-api","funding":[],"developers":[{"name":"Ceki Gulcu"}],"artifactVersion":"2.0.16","description":"The slf4j API","scm":{"connection":"scm:git:https://github.com/qos-ch/slf4j.git/slf4j-parent/slf4j-api","url":"https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api"},"name":"SLF4J API Module","website":"http://www.slf4j.org","licenses":["MIT"],"organization":{"url":"http://www.qos.ch","name":"QOS.ch"}}],"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"},"MIT":{"content":"MIT License\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT","internalHash":"MIT","url":"https://spdx.org/licenses/MIT.html","spdxId":"MIT","name":"MIT License"}}} \ No newline at end of file diff --git a/sample/shared/build.gradle.kts b/sample/shared/build.gradle.kts index 91acba48..a2574d79 100644 --- a/sample/shared/build.gradle.kts +++ b/sample/shared/build.gradle.kts @@ -61,6 +61,9 @@ aboutLibraries { android { registerAndroidTasks = false } + export { + outputPath = file("src/commonMain/composeResources/files/aboutlibraries.json") + } library { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE } diff --git a/sample/shared/src/commonMain/composeResources/files/aboutlibraries.json b/sample/shared/src/commonMain/composeResources/files/aboutlibraries.json index fb76affc..3031ca83 100644 --- a/sample/shared/src/commonMain/composeResources/files/aboutlibraries.json +++ b/sample/shared/src/commonMain/composeResources/files/aboutlibraries.json @@ -1 +1 @@ -{"libraries":[{"uniqueId":"androidx.activity:activity","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Provides the base Activity subclass and the relevant hooks to build a composable structure on top.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.activity:activity-compose","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Compose integration with Activity","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity Compose","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.activity:activity-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Kotlin extensions for 'activity' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support Annotations","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.annotation:annotation-experimental","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.1","description":"Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Experimental annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.4.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.annotation:annotation-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0","description":"Provides source annotations for tooling and readability.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.8.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.appcompat:appcompat-resources","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.0","description":"Provides backward-compatible implementations of resource-related Android SDKfunctionality, including color state list theming.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"AppCompat Resources","website":"https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.arch.core:core-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Common","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.arch.core:core-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Runtime","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.autofill:autofill","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"AndroidX Autofill","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"AndroidX Autofill","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.collection:collection-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.0","description":"Standalone efficient collections.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"collections","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.4.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.collection:collection-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.4","description":"Kotlin extensions for 'collection' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Collections Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.4.4","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.animation:animation-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-animation#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.animation:animation-core-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-animation#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.foundation:foundation-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.foundation:foundation-layout-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material3:material3-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.3.1","description":"Compose Material You 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 Material3 Components","website":"https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-material#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material-icons-core-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-material#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material-ripple-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-material#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.runtime:runtime-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-runtime#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.runtime:runtime-saveable-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-runtime#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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","website":"https://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-geometry-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-graphics-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-text-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-tooling-preview-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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 UI Preview Tooling","website":"https://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-unit-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-util-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.6","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.concurrent:concurrent-futures","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Androidx implementation of Guava's ListenableFuture","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"AndroidX Futures","website":"https://developer.android.com/topic/libraries/architecture/index.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.core:core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.15.0","description":"Provides backward-compatible implementations of Android platform APIs and features.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Core","website":"https://developer.android.com/jetpack/androidx/releases/core#1.15.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.core:core-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.15.0","description":"Kotlin extensions for 'core' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Core Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/core#1.15.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.customview:customview-poolingcontainer","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"Utilities for listening to the lifecycle of containers that manage their child Views' lifecycle, such as RecyclerView","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"androidx.customview:poolingcontainer","website":"https://developer.android.com/jetpack/androidx/releases/customview#1.0.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.emoji2:emoji2","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.3.0","description":"Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Emoji2 Compat","website":"https://developer.android.com/jetpack/androidx/releases/emoji2#1.3.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.exifinterface:exifinterface","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.3.7","description":"Android Support ExifInterface","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Support ExifInterface","website":"https://developer.android.com/jetpack/androidx/releases/exifinterface#1.3.7","licenses":["Apache-2.0"]},{"uniqueId":"androidx.graphics:graphics-path","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.1","description":"Query segment data for android.graphics.Path objects","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Graphics Path","website":"https://developer.android.com/jetpack/androidx/releases/graphics#1.0.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.interpolator:interpolator","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support Interpolators","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.lifecycle:lifecycle-common-java8","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle-Common for Java 8 Language","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common for Java 8","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-common-jvm","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.5","description":"Android Lifecycle-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.5","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-livedata-core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle LiveData Core","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle LiveData Core","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-process","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle Process","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Process","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-compose-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Compose integration with Lifecycle","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime Compose","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-ktx-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Kotlin extensions for 'lifecycle' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-android","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Kotlin extensions for 'viewmodel' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-savedstate","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel with SavedState","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.profileinstaller:profileinstaller","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.1","description":"Allows libraries to prepopulate ahead of time compilation traces to be read by ART","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Profile Installer","website":"https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.4.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.savedstate:savedstate","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.1","description":"Android Lifecycle Saved State","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Saved State","website":"https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.savedstate:savedstate-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.1","description":"Kotlin extensions for 'savedstate' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"SavedState Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.startup:startup-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.1","description":"Android App Startup Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android App Startup Runtime","website":"https://developer.android.com/jetpack/androidx/releases/startup#1.1.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.tracing:tracing","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.0","description":"Android Tracing","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Tracing","website":"https://developer.android.com/jetpack/androidx/releases/tracing#1.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.vectordrawable:vectordrawable","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Android Support VectorDrawable","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support VectorDrawable","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.vectordrawable:vectordrawable-animated","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Android Support AnimatedVectorDrawable","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support AnimatedVectorDrawable","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.versionedparcelable:versionedparcelable","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.1","description":"Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"VersionedParcelable","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"com.caverock:androidsvg-aar","funding":[],"developers":[{"name":"Paul LeBeau"}],"artifactVersion":"1.4","description":"SVG rendering library for Android.","scm":{"connection":"https://github.com/BigBadaboom/androidsvg.git","url":"https://github.com/BigBadaboom/androidsvg","developerConnection":"https://github.com/BigBadaboom/androidsvg.git"},"name":"AndroidSVG","website":"https://github.com/BigBadaboom/androidsvg","licenses":["Apache-2.0"]},{"uniqueId":"com.fasterxml.jackson.core:jackson-annotations","funding":[],"developers":[],"artifactVersion":"2.12.7","description":"Core annotations used for value types, used by Jackson data binding package.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-annotations.git","url":"http://github.com/FasterXML/jackson-annotations","developerConnection":"scm:git:git@github.com:FasterXML/jackson-annotations.git"},"name":"Jackson-annotations","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-core","funding":[],"developers":[],"artifactVersion":"2.12.7","description":"Core Jackson processing abstractions (aka Streaming API), implementation for JSON","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-core.git","url":"http://github.com/FasterXML/jackson-core","developerConnection":"scm:git:git@github.com:FasterXML/jackson-core.git"},"name":"Jackson-core","website":"https://github.com/FasterXML/jackson-core","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-databind","funding":[],"developers":[],"artifactVersion":"2.12.7.1","description":"General data-binding functionality for Jackson: works on core streaming API","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-databind.git","url":"http://github.com/FasterXML/jackson-databind","developerConnection":"scm:git:git@github.com:FasterXML/jackson-databind.git"},"name":"jackson-databind","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.module:jackson-module-kotlin","funding":[],"developers":[{"name":"Jayson Minard"},{"name":"Drew Stephens"},{"name":"Vyacheslav Artemyev"}],"artifactVersion":"2.12.7","description":"Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support\n Kotlin language, specifically introspection of method/constructor parameter names,\n without having to add explicit property name annotation.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git","url":"https://github.com/FasterXML/jackson-module-kotlin","developerConnection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git"},"name":"jackson-module-kotlin","website":"https://github.com/FasterXML/jackson-module-kotlin","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.google.accompanist:accompanist-drawablepainter","funding":[],"developers":[{"name":"Google"}],"artifactVersion":"0.36.0","description":"Utilities for Jetpack Compose","scm":{"connection":"scm:git:git://github.com/google/accompanist.git","url":"https://github.com/google/accompanist/","developerConnection":"scm:git:git://github.com/google/accompanist.git"},"name":"Accompanist Drawable Painter library","website":"https://github.com/google/accompanist/","licenses":["Apache-2.0"]},{"uniqueId":"com.google.guava:listenablefuture","funding":[],"developers":[],"artifactVersion":"1.0","description":"Contains Guava's com.google.common.util.concurrent.ListenableFuture class,\n without any of its other classes -- but is also available in a second\n \"version\" that omits the class to avoid conflicts with the copy in Guava\n itself. The idea is:\n\n - If users want only ListenableFuture, they depend on listenablefuture-1.0.\n\n - If users want all of Guava, they depend on guava, which, as of Guava\n 27.0, depends on\n listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...\n version number is enough for some build systems (notably, Gradle) to select\n that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a\n conflict with the copy of ListenableFuture in guava itself. If users are\n using an older version of Guava or a build system other than Gradle, they\n may see class conflicts. If so, they can solve them by manually excluding\n the listenablefuture artifact or manually forcing their build systems to\n use 9999.0-....","scm":{"connection":"scm:git:https://github.com/google/guava.git","url":"https://github.com/google/guava","developerConnection":"scm:git:git@github.com:google/guava.git"},"name":"Guava ListenableFuture only","website":"https://github.com/google/guava","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core-android","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3-android","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core-android","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio-jvm","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights-jvm","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg-android","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-darwin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-darwin","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-tls","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network-tls","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.freemarker:freemarker","funding":[],"developers":[],"artifactVersion":"2.3.32","description":"FreeMarker is a \"template engine\"; a generic tool to generate text output based on templates.","scm":{"connection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git","url":"https://git-wip-us.apache.org/repos/asf?p=freemarker.git","developerConnection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git"},"name":"Apache FreeMarker","website":"https://freemarker.apache.org/","licenses":["Apache-2.0"],"organization":{"url":"http://apache.org","name":"Apache Software Foundation"}},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.animation:animation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.annotation-internal:annotation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources-android","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.foundation:foundation-layout-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material3:material3-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material-icons-core-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material:material-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.runtime:runtime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.runtime:runtime-saveable-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-geometry-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-graphics-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.ui:ui-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-text-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-uikit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Internal iOS UIKit utilities including Objective-C 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 UIKit Utils","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-util-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.dokka:all-modules-page-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-all-modules-page","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:analysis-markdown","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka analysis-markdown-jb","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:dokka-base","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-base","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:templating-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-templating","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-dom-api-compat","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin DOM API compatibility 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 Dom Api Compat","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-reflect","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.0.20","description":"Kotlin Full Reflection 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 Reflect","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":"2.1.20","description":"Kotlin 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","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.9.24","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-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"1.9.24","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-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for JS","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 Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for experimental WebAssembly JS platform","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 Wasm Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlinx-atomicfu-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.10","description":"Runtime library for the Atomicfu compiler plugin","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":"Kotlinx Atomicfu Runtime","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.23.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.kotlinx:kotlinx-browser-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3","description":"Kotlinx Browser","scm":{"url":"https://github.com/Kotlin/kotlinx-browser"},"name":"kotlinx-browser","website":"https://github.com/Kotlin/kotlinx-browser","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-android","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-android","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-coroutines-slf4j","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-slf4j","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-datetime-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-html-jvm","funding":[],"developers":[{"name":"Sergey Mashkov"},{"name":"Anton Dmitriev"}],"artifactVersion":"0.9.1","description":"A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web.","scm":{"connection":"scm:git:git@github.com:Kotlin/kotlinx.html.git","url":"https://github.com/Kotlin/kotlinx.html"},"name":"kotlinx.html","website":"https://github.com/Kotlin/kotlinx.html","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.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:kotlinx-serialization-json-jvm","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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.skiko:skiko-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 Js","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-js-wasm-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WASM Runtime","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WasmJs","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:annotations","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"23.0.0","description":"A set of annotations used for code inspection support and code documentation.","scm":{"connection":"scm:git:git://github.com/JetBrains/java-annotations.git","url":"https://github.com/JetBrains/java-annotations","developerConnection":"scm:git:ssh://github.com:JetBrains/java-annotations.git"},"name":"JetBrains Java Annotations","website":"https://github.com/JetBrains/java-annotations","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown-jvm","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","licenses":["Apache-2.0"]},{"uniqueId":"org.jsoup:jsoup","funding":[],"developers":[{"name":"Jonathan Hedley"}],"artifactVersion":"1.16.1","description":"jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.","scm":{"connection":"scm:git:https://github.com/jhy/jsoup.git","url":"https://github.com/jhy/jsoup"},"name":"jsoup Java HTML Parser","website":"https://jsoup.org/","licenses":["MIT"],"organization":{"url":"https://jhy.io/","name":"Jonathan Hedley"}},{"uniqueId":"org.slf4j:slf4j-api","funding":[],"developers":[],"artifactVersion":"2.0.16","description":"The slf4j API","scm":{"connection":"scm:git:https://github.com/qos-ch/slf4j.git","url":"https://github.com/qos-ch/slf4j"},"name":"SLF4J API Module","website":"http://www.slf4j.org","licenses":["MIT"],"organization":{"url":"http://www.qos.ch","name":"QOS.ch"}}],"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"},"MIT":{"content":"MIT License\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT","internalHash":"MIT","url":"https://spdx.org/licenses/MIT.html","spdxId":"MIT","name":"MIT License"}}} \ No newline at end of file +{"libraries":[{"uniqueId":"androidx.activity:activity","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Provides the base Activity subclass and the relevant hooks to build a composable structure on top.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.activity:activity-compose","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Compose integration with Activity","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity Compose","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.activity:activity-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.2","description":"Kotlin extensions for 'activity' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Activity Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/activity#1.8.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.9.1","description":"Provides source annotations for tooling and readability.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.annotation:annotation-experimental","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.1","description":"Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Experimental annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.4.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.appcompat:appcompat-resources","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.7.0","description":"Provides backward-compatible implementations of resource-related Android SDKfunctionality, including color state list theming.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"AppCompat Resources","website":"https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.arch.core:core-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Common","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.arch.core:core-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Runtime","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.autofill:autofill","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"AndroidX Autofill","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"AndroidX Autofill","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.collection:collection","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.5.0","description":"Standalone efficient collections.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"collections","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.5.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.collection:collection-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.5.0","description":"Kotlin extensions for 'collection' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Collections Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.5.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.animation:animation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-animation#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.animation:animation-core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-animation#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.foundation:foundation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-foundation#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.foundation:foundation-layout","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-foundation#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material3:material3","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.3.2","description":"Compose Material You 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 Material3 Components","website":"https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.2","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-material#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material-icons-core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.6.0","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://developer.android.com/jetpack/androidx/releases/compose-material#1.6.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.material:material-ripple","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-material#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.runtime:runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.runtime:runtime-saveable","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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","website":"https://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-geometry","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-graphics","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-text","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-tooling-preview","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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 UI Preview Tooling","website":"https://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-unit","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.compose.ui:ui-util","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.8.0-rc03","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://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.0-rc03","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.concurrent:concurrent-futures","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Androidx implementation of Guava's ListenableFuture","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"AndroidX Futures","website":"https://developer.android.com/topic/libraries/architecture/index.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.core:core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.16.0","description":"Provides backward-compatible implementations of Android platform APIs and features.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Core","website":"https://developer.android.com/jetpack/androidx/releases/core#1.16.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.core:core-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.16.0","description":"Kotlin extensions for 'core' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Core Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/core#1.16.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.core:core-viewtree","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"Provides ViewTree extensions packaged for use by other core androidx libraries","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"androidx.core:core-viewtree","website":"https://developer.android.com/jetpack/androidx/releases/core#1.0.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.customview:customview-poolingcontainer","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"Utilities for listening to the lifecycle of containers that manage their child Views' lifecycle, such as RecyclerView","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"androidx.customview:poolingcontainer","website":"https://developer.android.com/jetpack/androidx/releases/customview#1.0.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.emoji2:emoji2","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.0","description":"Core library to enable emoji compatibility in Kitkat and newer devices to avoid the empty emoji characters.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Emoji2","website":"https://developer.android.com/jetpack/androidx/releases/emoji2#1.4.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.exifinterface:exifinterface","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.3.7","description":"Android Support ExifInterface","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Support ExifInterface","website":"https://developer.android.com/jetpack/androidx/releases/exifinterface#1.3.7","licenses":["Apache-2.0"]},{"uniqueId":"androidx.graphics:graphics-path","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.1","description":"Query segment data for android.graphics.Path objects","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Graphics Path","website":"https://developer.android.com/jetpack/androidx/releases/graphics#1.0.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.interpolator:interpolator","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.0.0","description":"The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support Interpolators","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-common-java8","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle-Common for Java 8 Language","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle-Common for Java 8","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-livedata-core","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle LiveData Core","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle LiveData Core","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-process","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle Process","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Process","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-compose","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Compose integration with Lifecycle","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Runtime Compose","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-runtime-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Kotlin extensions for 'lifecycle' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Kotlin extensions for 'viewmodel' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.lifecycle:lifecycle-viewmodel-savedstate","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.8.7","description":"Android Lifecycle ViewModel","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Lifecycle ViewModel with SavedState","website":"https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.profileinstaller:profileinstaller","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.4.1","description":"Allows libraries to prepopulate ahead of time compilation traces to be read by ART","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Profile Installer","website":"https://developer.android.com/jetpack/androidx/releases/profileinstaller#1.4.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.savedstate:savedstate","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.1","description":"Android Lifecycle Saved State","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Saved State","website":"https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.savedstate:savedstate-ktx","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.1","description":"Kotlin extensions for 'savedstate' artifact","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"SavedState Kotlin Extensions","website":"https://developer.android.com/jetpack/androidx/releases/savedstate#1.2.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.startup:startup-runtime","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.1","description":"Android App Startup Runtime","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android App Startup Runtime","website":"https://developer.android.com/jetpack/androidx/releases/startup#1.1.1","licenses":["Apache-2.0"]},{"uniqueId":"androidx.tracing:tracing","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.2.0","description":"Android Tracing","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Tracing","website":"https://developer.android.com/jetpack/androidx/releases/tracing#1.2.0","licenses":["Apache-2.0"]},{"uniqueId":"androidx.vectordrawable:vectordrawable","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Android Support VectorDrawable","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support VectorDrawable","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.vectordrawable:vectordrawable-animated","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"Android Support AnimatedVectorDrawable","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support AnimatedVectorDrawable","website":"https://developer.android.com/jetpack/androidx","licenses":["Apache-2.0"]},{"uniqueId":"androidx.versionedparcelable:versionedparcelable","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.1","description":"Provides a stable but relatively compact binary serialization format that can be passed across processes or persisted safely.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"VersionedParcelable","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"com.caverock:androidsvg-aar","funding":[],"developers":[{"name":"Paul LeBeau"}],"artifactVersion":"1.4","description":"SVG rendering library for Android.","scm":{"connection":"https://github.com/BigBadaboom/androidsvg.git","url":"https://github.com/BigBadaboom/androidsvg","developerConnection":"https://github.com/BigBadaboom/androidsvg.git"},"name":"AndroidSVG","website":"https://github.com/BigBadaboom/androidsvg","licenses":["Apache-2.0"]},{"uniqueId":"com.fasterxml.jackson.core:jackson-annotations","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Core annotations used for value types, used by Jackson data binding package.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-annotations.git","url":"http://github.com/FasterXML/jackson-annotations","developerConnection":"scm:git:git@github.com:FasterXML/jackson-annotations.git"},"name":"Jackson-annotations","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-core","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Core Jackson processing abstractions (aka Streaming API), implementation for JSON","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-core.git","url":"http://github.com/FasterXML/jackson-core","developerConnection":"scm:git:git@github.com:FasterXML/jackson-core.git"},"name":"Jackson-core","website":"https://github.com/FasterXML/jackson-core","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.core:jackson-databind","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7.1","description":"General data-binding functionality for Jackson: works on core streaming API","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-databind.git","url":"http://github.com/FasterXML/jackson-databind","developerConnection":"scm:git:git@github.com:FasterXML/jackson-databind.git"},"name":"jackson-databind","website":"http://github.com/FasterXML/jackson","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson.module:jackson-module-kotlin","funding":[],"developers":[{"name":"Tatu Saloranta"},{"name":"Drew Stephens"},{"name":"Jayson Minard"},{"name":"Vyacheslav Artemyev"}],"artifactVersion":"2.12.7","description":"Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support\n Kotlin language, specifically introspection of method/constructor parameter names,\n without having to add explicit property name annotation.","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git","url":"https://github.com/FasterXML/jackson-module-kotlin","developerConnection":"scm:git:git@github.com:FasterXML/jackson-module-kotlin.git"},"name":"jackson-module-kotlin","website":"https://github.com/FasterXML/jackson-module-kotlin","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.fasterxml.jackson:jackson-bom","funding":[],"developers":[{"name":"Tatu Saloranta"}],"artifactVersion":"2.12.7","description":"Bill of Materials pom for getting full, complete set of compatible versions\nof Jackson components maintained by FasterXML.com","scm":{"connection":"scm:git:git@github.com:FasterXML/jackson-bom.git","url":"https://github.com/FasterXML/jackson-bom","developerConnection":"scm:git:git@github.com:FasterXML/jackson-bom.git"},"name":"Jackson BOM","website":"https://github.com/FasterXML/jackson-bom","licenses":["Apache-2.0"],"organization":{"url":"http://fasterxml.com/","name":"FasterXML"}},{"uniqueId":"com.google.accompanist:accompanist-drawablepainter","funding":[],"developers":[{"name":"Google"}],"artifactVersion":"0.36.0","description":"Utilities for Jetpack Compose","scm":{"connection":"scm:git:git://github.com/google/accompanist.git","url":"https://github.com/google/accompanist/","developerConnection":"scm:git:git://github.com/google/accompanist.git"},"name":"Accompanist Drawable Painter library","website":"https://github.com/google/accompanist/","licenses":["Apache-2.0"]},{"uniqueId":"com.google.guava:listenablefuture","funding":[],"developers":[{"organisationUrl":"http://www.google.com","name":"Kevin Bourrillion"}],"artifactVersion":"1.0","description":"Contains Guava's com.google.common.util.concurrent.ListenableFuture class,\n without any of its other classes -- but is also available in a second\n \"version\" that omits the class to avoid conflicts with the copy in Guava\n itself. The idea is:\n\n - If users want only ListenableFuture, they depend on listenablefuture-1.0.\n\n - If users want all of Guava, they depend on guava, which, as of Guava\n 27.0, depends on\n listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...\n version number is enough for some build systems (notably, Gradle) to select\n that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a\n conflict with the copy of ListenableFuture in guava itself. If users are\n using an older version of Guava or a build system other than Gradle, they\n may see class conflicts. If so, they can solve them by manually excluding\n the listenablefuture artifact or manually forcing their build systems to\n use 9999.0-....","scm":{"connection":"scm:git:https://github.com/google/guava.git/listenablefuture","url":"https://github.com/google/guava/listenablefuture","developerConnection":"scm:git:git@github.com:google/guava.git/listenablefuture"},"name":"Guava ListenableFuture only","website":"https://github.com/google/guava/listenablefuture","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-darwin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-darwin","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-tls","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network-tls","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.freemarker:freemarker","funding":[],"developers":[],"artifactVersion":"2.3.32","description":"FreeMarker is a \"template engine\"; a generic tool to generate text output based on templates.","scm":{"connection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git","url":"https://git-wip-us.apache.org/repos/asf?p=freemarker.git","developerConnection":"scm:git:https://git-wip-us.apache.org/repos/asf/freemarker.git"},"name":"Apache FreeMarker","website":"https://freemarker.apache.org/","licenses":["Apache-2.0"],"organization":{"url":"http://apache.org","name":"Apache Software Foundation"}},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.animation:animation-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.annotation-internal:annotation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.6.11","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.foundation:foundation-layout","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.material3:material3","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.runtime:runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.runtime:runtime-saveable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-backhandler","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Provides BackHandler in Compose Multiplatform projects","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 Multiplatform BackHandler","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-geometry","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-graphics","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.ui:ui-text","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-tooling-preview","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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 UI Preview Tooling","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-uikit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Internal iOS UIKit utilities including Objective-C 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 UIKit Utils","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-util","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.dokka:all-modules-page-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-all-modules-page","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:analysis-markdown","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka analysis-markdown-jb","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:dokka-base","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-base","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.dokka:templating-plugin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"2.0.0","description":"Dokka is an API documentation engine for Kotlin","scm":{"connection":"scm:git:git://github.com/Kotlin/dokka.git","url":"https://github.com/Kotlin/dokka"},"name":"Dokka plugin-templating","website":"https://github.com/Kotlin/dokka","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-dom-api-compat","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin DOM API compatibility 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 Dom Api Compat","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-reflect","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.0.20","description":"Kotlin Full Reflection 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 Reflect","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":"2.1.20","description":"Kotlin 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","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":"2.1.20","description":"Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)","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.kotlin:kotlin-stdlib-jdk7","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.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-jdk8","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.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-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for JS","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 Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for experimental WebAssembly JS platform","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 Wasm Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlinx-atomicfu-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.10","description":"Runtime library for the Atomicfu compiler plugin","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":"Kotlinx Atomicfu Runtime","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.27.0","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.kotlinx:kotlinx-browser","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3","description":"Kotlinx Browser","scm":{"url":"https://github.com/Kotlin/kotlinx-browser"},"name":"kotlinx-browser","website":"https://github.com/Kotlin/kotlinx-browser","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-collections-immutable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-android","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-android","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-bom","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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-coroutines-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-coroutines-slf4j","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","description":"Coroutines support libraries for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx.coroutines"},"name":"kotlinx-coroutines-slf4j","website":"https://github.com/Kotlin/kotlinx.coroutines","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-datetime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-html-jvm","funding":[],"developers":[{"name":"Sergey Mashkov"},{"name":"Anton Dmitriev"}],"artifactVersion":"0.9.1","description":"A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web.","scm":{"connection":"scm:git:git@github.com:Kotlin/kotlinx.html.git","url":"https://github.com/Kotlin/kotlinx.html"},"name":"kotlinx.html","website":"https://github.com/Kotlin/kotlinx.html","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-bom","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.0","description":"Kotlin multiplatform serialization runtime library","scm":{"url":"https://github.com/Kotlin/kotlinx.serialization"},"name":"kotlinx-serialization-bom","website":"https://github.com/Kotlin/kotlinx.serialization","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.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:kotlinx-serialization-json","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-awt","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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.skiko:skiko-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 Js","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-js-wasm-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 WASM Runtime","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 WasmJs","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:annotations","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"23.0.0","description":"A set of annotations used for code inspection support and code documentation.","scm":{"connection":"scm:git:git://github.com/JetBrains/java-annotations.git","url":"https://github.com/JetBrains/java-annotations","developerConnection":"scm:git:ssh://github.com:JetBrains/java-annotations.git"},"name":"JetBrains Java Annotations","website":"https://github.com/JetBrains/java-annotations","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","licenses":["Apache-2.0"]},{"uniqueId":"org.jsoup:jsoup","funding":[],"developers":[{"name":"Jonathan Hedley"}],"artifactVersion":"1.16.1","description":"jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.","scm":{"connection":"scm:git:https://github.com/jhy/jsoup.git","url":"https://github.com/jhy/jsoup"},"name":"jsoup Java HTML Parser","website":"https://jsoup.org/","licenses":["MIT"],"organization":{"url":"https://jhy.io/","name":"Jonathan Hedley"}},{"uniqueId":"org.jspecify:jspecify","funding":[],"developers":[{"name":"Kevin Bourrillion"}],"artifactVersion":"1.0.0","description":"An artifact of well-named and well-specified annotations to power static analysis checks","scm":{"connection":"scm:git:git@github.com:jspecify/jspecify.git","url":"https://github.com/jspecify/jspecify/","developerConnection":"scm:git:git@github.com:jspecify/jspecify.git"},"name":"JSpecify annotations","website":"http://jspecify.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.slf4j:slf4j-api","funding":[],"developers":[{"name":"Ceki Gulcu"}],"artifactVersion":"2.0.16","description":"The slf4j API","scm":{"connection":"scm:git:https://github.com/qos-ch/slf4j.git/slf4j-parent/slf4j-api","url":"https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api"},"name":"SLF4J API Module","website":"http://www.slf4j.org","licenses":["MIT"],"organization":{"url":"http://www.qos.ch","name":"QOS.ch"}}],"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"},"MIT":{"content":"MIT License\n\nCopyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","hash":"MIT","internalHash":"MIT","url":"https://spdx.org/licenses/MIT.html","spdxId":"MIT","name":"MIT License"}}} \ No newline at end of file diff --git a/sample/shared/src/iosMain/kotlin/com/mikepenz/markdown/MainViewController.kt b/sample/shared/src/iosMain/kotlin/com/mikepenz/markdown/MainViewController.kt index 0520ae71..93edd71d 100644 --- a/sample/shared/src/iosMain/kotlin/com/mikepenz/markdown/MainViewController.kt +++ b/sample/shared/src/iosMain/kotlin/com/mikepenz/markdown/MainViewController.kt @@ -2,7 +2,7 @@ package com.mikepenz.markdown import androidx.compose.runtime.getValue import androidx.compose.ui.window.ComposeUIViewController -import com.mikepenz.aboutlibraries.ui.compose.m3.rememberLibraries +import com.mikepenz.aboutlibraries.ui.compose.rememberLibraries import com.mikepenz.markdown.sample.App import com.mikepenz.markdown.sample.shared.resources.Res import org.jetbrains.compose.resources.ExperimentalResourceApi diff --git a/sample/web/build.gradle.kts b/sample/web/build.gradle.kts index 825f9e05..a76d9a13 100644 --- a/sample/web/build.gradle.kts +++ b/sample/web/build.gradle.kts @@ -9,7 +9,7 @@ plugins { kotlin { @OptIn(ExperimentalWasmDsl::class) wasmJs { - moduleName = "markdown" + outputModuleName = "markdown" browser { commonWebpackConfig { outputFileName = "composeApp.js" @@ -35,6 +35,10 @@ aboutLibraries { android { registerAndroidTasks = false } + export { + exportVariant = "wasmJs" + outputPath = file("src/commonMain/composeResources/files/aboutlibraries.json") + } library { duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE } diff --git a/sample/web/src/commonMain/composeResources/files/aboutlibraries.json b/sample/web/src/commonMain/composeResources/files/aboutlibraries.json index 59a99a23..c4473b82 100644 --- a/sample/web/src/commonMain/composeResources/files/aboutlibraries.json +++ b/sample/web/src/commonMain/composeResources/files/aboutlibraries.json @@ -1 +1 @@ -{"libraries":[{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.1.0","description":"The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"http://source.android.com"},"name":"Support Annotations","website":"http://developer.android.com/tools/extras/support-library.html","licenses":["Apache-2.0"]},{"uniqueId":"androidx.arch.core:core-common","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"2.2.0","description":"Android Arch-Common","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Android Arch-Common","website":"https://developer.android.com/jetpack/androidx/releases/arch-core#2.2.0","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.0.0","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-darwin","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-darwin","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-network-tls","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-network-tls","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.animation:animation-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.annotation-internal:annotation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.foundation:foundation-layout","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material3:material3","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-icons-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.material:material-ripple","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.runtime:runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.runtime:runtime-saveable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-geometry","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.ui:ui-graphics","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.compose.ui:ui-text","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-uikit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","description":"Internal iOS UIKit utilities including Objective-C 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 UIKit Utils","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-unit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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-util","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.7.3","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.kotlin:kotlin-stdlib","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin 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","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for experimental WebAssembly JS platform","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 Wasm Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.23.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.kotlinx:kotlinx-browser-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3","description":"Kotlinx Browser","scm":{"url":"https://github.com/Kotlin/kotlinx-browser"},"name":"kotlinx-browser","website":"https://github.com/Kotlin/kotlinx-browser","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-collections-immutable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-datetime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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:kotlinx-serialization-json","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-js-wasm-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WASM Runtime","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.8.18","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 WasmJs","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","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 +{"libraries":[{"uniqueId":"androidx.annotation:annotation","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.9.1","description":"Provides source annotations for tooling and readability.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"Annotation","website":"https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"androidx.collection:collection","funding":[],"developers":[{"name":"The Android Open Source Project"}],"artifactVersion":"1.5.0","description":"Standalone efficient collections.","scm":{"connection":"scm:git:https://android.googlesource.com/platform/frameworks/support","url":"https://cs.android.com/androidx/platform/frameworks/support"},"name":"collections","website":"https://developer.android.com/jetpack/androidx/releases/collection#1.5.0","licenses":["Apache-2.0"],"organization":{"name":"The Android Open Source Project"}},{"uniqueId":"com.mikepenz:aboutlibraries-compose-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose UI Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-compose-m3","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Compose Material 3 Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.mikepenz:aboutlibraries-core","funding":[],"developers":[{"name":"Mike Penz"}],"artifactVersion":"12.1.0-rc03","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 Core Library","website":"https://github.com/mikepenz/AboutLibraries","licenses":["Apache-2.0"]},{"uniqueId":"com.squareup.okio:okio","funding":[],"developers":[{"name":"Square, Inc."}],"artifactVersion":"3.10.2","description":"A modern I/O library for Android, Java, and Kotlin Multiplatform.","scm":{"connection":"scm:git:git://github.com/square/okio.git","url":"https://github.com/square/okio/","developerConnection":"scm:git:ssh://git@github.com/square/okio.git"},"name":"okio","website":"https://github.com/square/okio/","licenses":["Apache-2.0"]},{"uniqueId":"dev.snipme:highlights","funding":[],"developers":[{"name":"Tomasz K\u0105dzio\u0142ka"}],"artifactVersion":"1.0.0","description":"Kotlin Multiplatform syntax highlighting engine.","scm":{"connection":"scm:git:ssh://git@github.com:SnipMeDev/Highlights.git","url":"https://github.com/SnipMeDev/Highlights","developerConnection":"scm:git:ssh://git@github.org:SnipMeDev/Highlights.git"},"name":"highlights","website":"https://github.com/SnipMeDev/Highlights","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-compose-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-compose-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-core","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-core","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-network-ktor3","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-network-ktor3","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.coil-kt.coil3:coil-svg","funding":[],"developers":[{"name":"Coil Contributors"}],"artifactVersion":"3.1.0","description":"An image loading library for Android and Compose Multiplatform.","scm":{"connection":"scm:git:git://github.com/coil-kt/coil.git","url":"https://github.com/coil-kt/coil","developerConnection":"scm:git:ssh://git@github.com/coil-kt/coil.git"},"name":"coil-svg","website":"https://github.com/coil-kt/coil","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-client-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-client-core","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-events","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-events","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-http-cio","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-http-cio","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-io","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-io","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-sse","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-sse","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-utils","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-utils","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websocket-serialization","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websocket-serialization","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"io.ktor:ktor-websockets","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Jetbrains Team"}],"artifactVersion":"3.1.2","description":"Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.","scm":{"url":"https://github.com/ktorio/ktor.git"},"name":"ktor-websockets","website":"https://github.com/ktorio/ktor","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-common","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle-Common","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":"Lifecycle-Common","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle Runtime","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":"Lifecycle Runtime","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Compose integration with Lifecycle","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":"Lifecycle Runtime Compose","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.androidx.lifecycle:lifecycle-viewmodel","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"2.8.4","description":"Android Lifecycle ViewModel","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":"Lifecycle ViewModel","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.animation:animation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.animation:animation-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.annotation-internal:annotation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.6.11","description":"Provides source annotations for tooling and readability.","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":"Annotation","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.collection-internal:collection","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Standalone efficient collections.","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":"collections","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.components:components-resources","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Resources for Compose JB","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":"Resources for Compose JB","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.foundation:foundation","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.foundation:foundation-layout","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.material3:material3","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Compose Material You 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 Material3 Components","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.material:material","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.runtime:runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.runtime:runtime-saveable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-backhandler","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","description":"Provides BackHandler in Compose Multiplatform projects","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 Multiplatform BackHandler","website":"https://github.com/JetBrains/compose-jb","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.compose.ui:ui-geometry","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.ui:ui-graphics","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.compose.ui:ui-text","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-unit","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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-util","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"1.8.0-rc01","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.kotlin:kotlin-stdlib","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin 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","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlin:kotlin-stdlib-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Kotlin Team"}],"artifactVersion":"2.1.20","description":"Kotlin Standard Library for experimental WebAssembly JS platform","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 Wasm Js","website":"https://kotlinlang.org/","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:atomicfu","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.27.0","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.kotlinx:kotlinx-browser","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3","description":"Kotlinx Browser","scm":{"url":"https://github.com/Kotlin/kotlinx-browser"},"name":"kotlinx-browser","website":"https://github.com/Kotlin/kotlinx-browser","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-collections-immutable","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.3.8","description":"Kotlin Immutable Collections multiplatform library","scm":{"url":"https://github.com/Kotlin/kotlinx.collections.immutable"},"name":"kotlinx-collections-immutable","website":"https://github.com/Kotlin/kotlinx.collections.immutable","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-coroutines-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.10.1","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.kotlinx:kotlinx-datetime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"Kotlin Datetime Library","scm":{"url":"https://github.com/Kotlin/kotlinx-datetime"},"name":"kotlinx-datetime","website":"https://github.com/Kotlin/kotlinx-datetime","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-bytestring","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-bytestring","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-io-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"0.6.0","description":"IO support for Kotlin","scm":{"url":"https://github.com/Kotlin/kotlinx-io"},"name":"kotlinx-io-core","website":"https://github.com/Kotlin/kotlinx-io","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.kotlinx:kotlinx-serialization-core","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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:kotlinx-serialization-json","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"JetBrains Team"}],"artifactVersion":"1.8.1","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.skiko:skiko","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 MPP","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-js-wasm-runtime","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 WASM Runtime","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains.skiko:skiko-wasm-js","funding":[],"developers":[{"organisationUrl":"https://www.jetbrains.com","name":"Compose Multiplatform Team"}],"artifactVersion":"0.9.4","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 WasmJs","website":"https://www.github.com/JetBrains/skiko","licenses":["Apache-2.0"]},{"uniqueId":"org.jetbrains:markdown","funding":[],"developers":[{"organisationUrl":"https://jetbrains.com","name":"Valentin Fondaratov"}],"artifactVersion":"0.7.3","description":"Markdown parser in Kotlin","scm":{"connection":"scm:git:git://github.com/JetBrains/markdown.git","url":"https://github.com/JetBrains/markdown"},"name":"markdown","website":"https://github.com/JetBrains/markdown","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/settings.gradle.kts b/settings.gradle.kts index a808cf11..0ee57587 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -24,7 +24,7 @@ dependencyResolutionManagement { versionCatalogs { create("baseLibs") { - from("com.mikepenz:version-catalog:0.2.9") + from("com.mikepenz:version-catalog:0.3.5") } } }