Seeing an issue in Canary where this is periodical...
# android-studio
j
Seeing an issue in Canary where this is periodically shown even though appropriate
OptIn
is already included at the file level. Not sure if it's known issue? I can "fix" it (for a while anyway) by accepting the option to add....and then end up with something like following!
Copy code
@file:OptIn(ExperimentalPagerApi::class, ExperimentalMaterial3Api::class,
    ExperimentalPagerApi::class, ExperimentalMaterial3Api::class, ExperimentalMaterial3Api::class
)