Fixed
Status Update
Comments
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
Could you please provide the dependencies you're using for your project?
Compose does not use protos for any production use case, so we will need more information to determine which dependency is pulling in the protobuf dependency.
Description
The method in
getVersionCheckConditional
VersionChecks
doesn't consider Kotlin range checks to be version checks.For instance,
if (SDK_INT in 18..28)
should be a valid version check.