Fixed
Status Update
Comments
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
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.