beepdog
07/11/2025, 7:19 PM2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':composeApp:lintAnalyzeDebug'.
> A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction
> Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)
Message: Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)
Message: Unexpected failure during lint analysis of MainActivity.kt (this is a bug in lint or one of the libraries it depends on)
Message: Found class org.jetbrains.kotlin.analysis.api.resolution.KaCallableMemberCall, but interface was expected
The crash seems to involve the detector \\\`androidx.lifecycle.lint.NonNullableMutableLiveDataDetector\\\`.
You can try disabling it with something like this:
android {
lint {
disable "NullSafeMutableLiveData"
}
}
beepdog
07/11/2025, 7:23 PMbeepdog
07/11/2025, 7:37 PM