Since Compose 1.5.5 we can define class stability for external classes by providing the compiler with a configuration file as described here.
For example specifying:
Copy code
java.time.*
would consider all classes in the
java.time
package as @Stable. It should be safe to do the same with the