Skip to content

fix: restore Filament 1.70.0, revert Kotlin to 2.1.21#691

Merged
ThomasGorisse merged 1 commit intomainfrom
claude/check-progress-Digzb
Mar 21, 2026
Merged

fix: restore Filament 1.70.0, revert Kotlin to 2.1.21#691
ThomasGorisse merged 1 commit intomainfrom
claude/check-progress-Digzb

Conversation

@ThomasGorisse
Copy link
Contributor

Summary

  • Restores Filament 1.70.0 (the version used when CI was last green)
  • Reverts Kotlin from 2.3.20 back to 2.1.21 (the version used when CI was last green)
  • Restores .indirectLight/.skybox bundle API and .filamat material files

Root cause

The Filament revert in PR #689 was incorrect — Filament 1.70.0 was already working at the 3.2.0 release. The actual CI breakage came from the Kotlin version bump (2.1.21 → 2.3.20) which was never tested.

https://claude.ai/code/session_01FpJ8JiZ4KVBhkJcUtCM35P

The previous Filament revert was incorrect — Filament 1.70.0 was
already in use when CI was green at the 3.2.0 release. The real
issue is Kotlin: root build.gradle was bumped from 2.1.21 to 2.3.20
but the codebase was only tested with 2.1.21.

Changes:
- Restore Filament 1.70.0 + .indirectLight/.skybox bundle API
- Restore all 10 .filamat material files to 1.70.0 originals
- Revert Kotlin from 2.3.20 to 2.1.21 in both root build.gradle
  and version catalog (matching the last green CI)

https://claude.ai/code/session_01FpJ8JiZ4KVBhkJcUtCM35P
@ThomasGorisse ThomasGorisse merged commit d29c3e2 into main Mar 21, 2026
1 of 2 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.

2 participants