Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
After some googling I found https://github.com/android/camera-samples/blob/master/CameraXBasic/app/src/main/java/com/android/example/cameraxbasic/utils/AutoFitPreviewBuilder.kt which does what I want. Would it be possible to fold this into the main library or at least make it configurable without the need for that class?
Description
If you take a Kotlin annotation:
kotlinc inserts:
however, metalava does not track the
java.lang.annotation.Retention
in the signature file. It only trackskotlin.annotation.Retention
.