Skip to content

Release/0.9.2 - #140

Merged
sergio-sastre merged 2 commits into
masterfrom
release/0.9.2
Aug 7, 2026
Merged

Release/0.9.2#140
sergio-sastre merged 2 commits into
masterfrom
release/0.9.2

Conversation

@sergio-sastre

@sergio-sastre sergio-sastre commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Release

    • Updated published packages and the ComposablePreviewScanner test dependency to version 0.9.2.
  • Build Improvements

    • Standardized Kotlin compilation on JVM 17 across Android, JVM, and test modules.
    • Simplified Java and Kotlin compatibility configuration for more consistent builds.
  • Documentation

    • Updated dependency examples to reference version 0.9.2.

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

The Gradle modules now use Kotlin JVM toolchain 17 instead of explicit Java and Kotlin target settings. Published artifact versions and the documented Android dependency are updated from 0.9.1 to 0.9.2.

Changes

Build and Release Configuration

Layer / File(s) Summary
JVM toolchain migration
android/build.gradle.kts, common/build.gradle.kts, core/build.gradle.kts, custompreviews/build.gradle.kts, glance/build.gradle.kts, jvm/build.gradle.kts, paparazzi-plugin-tests/build.gradle.kts, tests/build.gradle.kts
The modules configure Kotlin with jvmToolchain(17) and remove explicit Java compatibility and Kotlin JVM target settings.
Artifact version alignment
android/build.gradle.kts, common/build.gradle.kts, core/build.gradle.kts, glance/build.gradle.kts, jvm/build.gradle.kts, paparazzi-plugin/README.md
Published artifacts and the documented ComposablePreviewScanner dependency use version 0.9.2.

Estimated code review effort: 2 (Simple) | ~10 minutes

Poem

I’m a rabbit with a build in my paws,
JVM seventeen follows new laws.
Versions hop from one to two,
The README follows too.
Clean Gradle paths make carrots grow!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the 0.9.2 release, which matches the version updates in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.9.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@android/build.gradle.kts`:
- Line 26: Align the 0.9.2 publication coordinate with the dependency
documentation: update the group ID used by the publications in
android/build.gradle.kts:26-26, common/build.gradle.kts:26-26,
core/build.gradle.kts:27-27, glance/build.gradle.kts:60-60, and
jvm/build.gradle.kts:26-26, or update paparazzi-plugin/README.md:70-70 to match
the repository’s produced coordinate. Ensure all five modules and the documented
dependency consistently use the same release coordinate.

In `@common/build.gradle.kts`:
- Around line 7-8: Update the Kotlin/Android build configuration around the
kotlin jvmToolchain declaration to use an AGP version within Kotlin Gradle
Plugin 2.0.0’s documented fully supported range, or retain the current KGP/AGP
pairing only if you add documentation recording manual build testing for
compatibility.

In `@custompreviews/build.gradle.kts`:
- Around line 7-10: Confirm the intended compatibility level for the
custompreviews module around the kotlin configuration: if Java 17 bytecode is
required, document and test that Java 17 is supported; otherwise restore an
explicit Java 8 Java and Kotlin target instead of relying on jvmToolchain(17).
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0ee146a7-66e8-4d2d-9bed-840eeaa22aa0

📥 Commits

Reviewing files that changed from the base of the PR and between ee2bb28 and d1d907a.

📒 Files selected for processing (9)
  • android/build.gradle.kts
  • common/build.gradle.kts
  • core/build.gradle.kts
  • custompreviews/build.gradle.kts
  • glance/build.gradle.kts
  • jvm/build.gradle.kts
  • paparazzi-plugin-tests/build.gradle.kts
  • paparazzi-plugin/README.md
  • tests/build.gradle.kts

Comment thread android/build.gradle.kts
Comment thread common/build.gradle.kts
Comment thread custompreviews/build.gradle.kts
@sergio-sastre
sergio-sastre merged commit 83e9280 into master Aug 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant