-
Notifications
You must be signed in to change notification settings - Fork 14
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
EffectsKt.LaunchedEffect is deprecated; but only one override deprecated causes Lint warning #310
Comments
@kozaxinan can you please add a bit more detail or a reproducible sample |
Hi, you are right. Original description doesn't contain much details. With @ZeeshanShabbir, we created a project to reproduce. https://github.com/kozaxinan/lint-investigation run ./gradlew :app:lintDebug DetailsKotlin 2.0.20 here is the lint result |
I also tried to write an unit test but tests are working as expected.
|
Deduping into #268. Can you try with Lint 8.7.0+ to see if that resolves anything? |
8.7.0 didnt change the result. |
LaunchedEffect and DisposableEffect without key parameters are deprecated. Eventhough we dont use any of those deprecated functions, Deprecated lint check fails.
The text was updated successfully, but these errors were encountered: