diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cb2ab8b..a0e61f7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,6 +47,9 @@ jobs: - name: Check lint run: ./gradlew lintDebug --stacktrace + - name: Check stability + run: ./gradlew stabilityCheck --stacktrace + - name: Build all build type and flavor permutations run: ./gradlew assemble --stacktrace diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f22f05b..d856af8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,6 +30,11 @@ ./gradlew lintDebug ``` +- stability +```bash +./gradlew stabilityCheck +``` + - roborazzi ```bash ./gradlew verifyRoborazziDebug @@ -55,6 +60,11 @@ ./gradlew metalavaGenerateSignatureRelease ``` +- stability +```bash +./gradlew stabilityDump +``` + - roborazzi ```bash ./gradlew recordRoborazziDebug diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index df890ab..1a0ebdf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,6 +9,7 @@ dokka = "1.8.10" compose = "1.9.0" compose-material3 = "1.4.0" +compose-stability-analyzer = "0.2.11" material = "1.5.0" @@ -72,6 +73,7 @@ android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } +compose-stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version.ref = "compose-stability-analyzer" } roborazzi = { id = "io.github.takahirom.roborazzi", version.ref = "roborazzi" } jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" } metalava = { id = "me.tylerbwong.gradle.metalava", version.ref = "metalava" } diff --git a/pre_check.sh b/pre_check.sh index b559b82..684a239 100755 --- a/pre_check.sh +++ b/pre_check.sh @@ -9,31 +9,37 @@ echo "Starting pre-check validations..." echo "" # Verify dependency changes -echo "🔍 [1/5] Checking dependency guard..." +echo "🔍 [1/6] Checking dependency guard..." ./gradlew dependencyGuard echo "✓ Dependency guard check passed" echo "" # Verify code formatting -echo "🔍 [2/5] Checking code formatting..." +echo "🔍 [2/6] Checking code formatting..." ./gradlew spotlessCheck --init-script gradle/init.gradle.kts echo "✓ Code formatting check passed" echo "" # Verify API compatibility -echo "🔍 [3/5] Checking API compatibility..." +echo "🔍 [3/6] Checking API compatibility..." ./gradlew metalavaCheckCompatibilityRelease echo "✓ API compatibility check passed" echo "" # Static analysis and lint checks -echo "🔍 [4/5] Running lint checks..." +echo "🔍 [4/6] Running lint checks..." ./gradlew lintDebug echo "✓ Lint check passed" echo "" +# Verify compose stability +echo "🔍 [5/6] Checking stability..." +./gradlew stabilityCheck +echo "✓ Stability check passed" +echo "" + # Verify screenshots -echo "🔍 [5/5] Checking screenshots..." +echo "🔍 [6/6] Checking screenshots..." ./gradlew verifyRoborazziDebug echo "✓ Screenshots check passed" echo "" diff --git a/readmore-foundation/build.gradle b/readmore-foundation/build.gradle index f6eaa2d..9fa2c6e 100644 --- a/readmore-foundation/build.gradle +++ b/readmore-foundation/build.gradle @@ -5,6 +5,7 @@ plugins { alias(libs.plugins.maven.publish) alias(libs.plugins.jetbrains.dokka) alias(libs.plugins.metalava) + alias(libs.plugins.compose.stability.analyzer) } android { diff --git a/readmore-foundation/stability/readmore-foundation.stability b/readmore-foundation/stability/readmore-foundation.stability new file mode 100644 index 0000000..1fb3d33 --- /dev/null +++ b/readmore-foundation/stability/readmore-foundation.stability @@ -0,0 +1,142 @@ +// This file was automatically generated by Compose Stability Analyzer +// https://github.com/skydoves/compose-stability-analyzer +// +// Do not edit this file directly. To update it, run: +// ./gradlew :readmore-foundation:stabilityDump + +@Composable +private fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.foundation.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - testCase: STABLE (marked @Stable or @Immutable) + - expanded: STABLE (primitive type) + - readMoreText: STABLE + - readLessText: STABLE + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + - $default: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.default_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.expanded_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + diff --git a/readmore-material/build.gradle b/readmore-material/build.gradle index c50a8c4..9d4afae 100644 --- a/readmore-material/build.gradle +++ b/readmore-material/build.gradle @@ -5,6 +5,7 @@ plugins { alias(libs.plugins.maven.publish) alias(libs.plugins.jetbrains.dokka) alias(libs.plugins.metalava) + alias(libs.plugins.compose.stability.analyzer) } android { diff --git a/readmore-material/stability/readmore-material.stability b/readmore-material/stability/readmore-material.stability new file mode 100644 index 0000000..6f9e60e --- /dev/null +++ b/readmore-material/stability/readmore-material.stability @@ -0,0 +1,166 @@ +// This file was automatically generated by Compose Stability Analyzer +// https://github.com/skydoves/compose-stability-analyzer +// +// Do not edit this file directly. To update it, run: +// ./gradlew :readmore-material:stabilityDump + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-1.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-1..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-2.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-3.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-3..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-4.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-5.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-5..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-6.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +private fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.material.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - testCase: STABLE (marked @Stable or @Immutable) + - expanded: STABLE (primitive type) + - readMoreText: STABLE + - readLessText: STABLE + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + - $default: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.Screenshot.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.all_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.all_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.default_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.expanded_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.readLessText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.readLessText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.readMoreText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material.ReadMoreTextScreenshotTest.readMoreText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + diff --git a/readmore-material3/build.gradle b/readmore-material3/build.gradle index 5e1e3e1..e276d8a 100644 --- a/readmore-material3/build.gradle +++ b/readmore-material3/build.gradle @@ -5,6 +5,7 @@ plugins { alias(libs.plugins.maven.publish) alias(libs.plugins.jetbrains.dokka) alias(libs.plugins.metalava) + alias(libs.plugins.compose.stability.analyzer) } android { diff --git a/readmore-material3/stability/readmore-material3.stability b/readmore-material3/stability/readmore-material3.stability new file mode 100644 index 0000000..e233049 --- /dev/null +++ b/readmore-material3/stability/readmore-material3.stability @@ -0,0 +1,166 @@ +// This file was automatically generated by Compose Stability Analyzer +// https://github.com/skydoves/compose-stability-analyzer +// +// Do not edit this file directly. To update it, run: +// ./gradlew :readmore-material3:stabilityDump + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-1.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-1..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-2.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-3.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-3..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-4.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-5.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-5..($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ComposableSingletons$ReadMoreTextScreenshotTestKt.lambda-6.(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - it: STABLE (String is immutable) + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +private fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.material3.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - testCase: STABLE (marked @Stable or @Immutable) + - expanded: STABLE (primitive type) + - readMoreText: STABLE + - readLessText: STABLE + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + - $default: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.Screenshot.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.all_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.all_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.default_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.expanded_none.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.readLessText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.readLessText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.readMoreText_collapsed.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + +@Composable +public fun com.webtoonscorp.android.readmore.material3.ReadMoreTextScreenshotTest.readMoreText_expanded.($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit + skippable: false + restartable: true + params: + - $composer: RUNTIME (requires runtime check) + - $changed: STABLE (primitive type) + diff --git a/sample/dependencies/releaseRuntimeClasspath.txt b/sample/dependencies/releaseRuntimeClasspath.txt index d80d07c..302419b 100644 --- a/sample/dependencies/releaseRuntimeClasspath.txt +++ b/sample/dependencies/releaseRuntimeClasspath.txt @@ -104,6 +104,8 @@ androidx.vectordrawable:vectordrawable:1.1.0 androidx.versionedparcelable:versionedparcelable:1.1.1 androidx.viewpager2:viewpager2:1.0.0 androidx.viewpager:viewpager:1.0.0 +com.github.skydoves:compose-stability-runtime-android:0.2.11 +com.github.skydoves:compose-stability-runtime:0.2.11 com.google.android.material:material:1.5.0 com.google.guava:listenablefuture:1.0 org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21