Describe the bug
In Compose 1.12 (Bom 2026.08.00) the CustomStyle API in the Foundation package was changed to include a new applyStyle() method. Since this library is built against an older version it does not have this method.
To Reproduce
Steps to reproduce the behavior:
- Add the latest Compose to your project with the Oss Licenses Activity
- Get AbstractMethodError exception.
Expected behavior
No crashes
Desktop (please complete the following information):
- Gradle version: 9.7.1
- Android Studio version: Android Studio Quail 3
- Plugin name and version OSS Licenses 17.5.1/0.13.0
Additional context
Add any other context about the problem here.
Describe the bug
In Compose 1.12 (Bom 2026.08.00) the CustomStyle API in the Foundation package was changed to include a new
applyStyle()method. Since this library is built against an older version it does not have this method.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crashes
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.