How to add opt-in compiler argument in build.gradle?
When I tried to use androidx.compose.ui.platform.LocalSoftwareKeyboardController in my RSS Feed Reader app, it turned out it is an @ExperimentalComposeUiApi which has this @RequiresOptIn() annotation.
@RequiresOptIn("This API is experimental and is l...
vtsen.hashnode.dev2 min read