Fixed
Status Update
Comments
uc...@google.com <uc...@google.com> #2
Code in the description of #1 is working fine and need more information on code in image.
ra...@gmail.com <ra...@gmail.com> #3
Hi!
I've created clean, demo project in order to reproduce this error. You can find it in the attachments.
I've created clean, demo project in order to reproduce this error. You can find it in the attachments.
uc...@google.com <uc...@google.com> #4
Thanks for the example project,
ra...@gmail.com <ra...@gmail.com> #6
When do you plan to release 3.1 beta 2? Can't wait :D
Description
inline fun <T> T.applyForOreoAndAbove(block: T.() -> Unit): T {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
block()
}
return this
}
Unfortunately, in the AS 3.0.1 and AS 3.1 alpha 7 lint is complaining