Fixed
Status Update
Comments
tn...@google.com <tn...@google.com>
tn...@google.com <tn...@google.com> #2
I also have the same issue so it seems to be a real problem.
No update yet.
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.