По какой -то причине сборка начала терпеть неудачу с < /p>
Execution failed for task ':sdk-base-ui: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 APPUI.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"
}
}
< /code>
Я полностью сочиняю приложение, и нет использования Livedata, поэтому я решил отключить это. Проблема состоит в том, что он случайным образом запускает и для других модулей. < /P>
Есть ли способ это исправить? Отключение этой жарки, кажется, не является правильным решением
Подробнее здесь: https://stackoverflow.com/questions/796 ... tworkactio