Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] add "@Suppress("UnstableApiUsage")" for ignore @Incubatig warnings #58

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

mhmd-android
Copy link
Contributor

@mhmd-android mhmd-android commented Aug 13, 2023

it's just a friendly warning, that you are using the Incubating class. Let's look into the definition:
"Indicates that a feature is incubating. This means that the feature is currently a work-in-progress and may change at any time."

So don't worry, use it, and eventually update it in the future. Probably, it will be marked as stable in some future Android Studio and plugin versions.

I removed this warning by @Suppress("UnstableApiUsage")

@Kaaveh Kaaveh self-requested a review August 14, 2023 01:46
@Kaaveh
Copy link
Owner

Kaaveh commented Aug 14, 2023

Yeap, I agree with you!
BTW, Thanks and congrats for your first PR in ComposeNews 💪😍
I hope to see more PR from you in the future! ☺️

@Kaaveh Kaaveh merged commit 19cae9e into Kaaveh:master Aug 14, 2023
1 check passed
@mhmd-android mhmd-android deleted the refactor/remove_gradle_warnings branch August 14, 2023 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants