Colton Idle
09/24/2021, 5:03 AM+--- androidx.compose.runtime:runtime-livedata:{strictly 1.1.0-alpha04} -> 1.1.0-alpha04 (c)
Does anyone know if there's a jetbrains version of that library that I just can't seem to locate so that I can build with the latest kotlin?jim
09/24/2021, 1:00 PMv1.0.0-alpha4-build348
and suppressing the error message about a kotlin version mismatch should work for you. Alternatively, using v1.0.0-alpha4-build348
and forcing your kotlin version (via gradle) to 1.5.30 should also work for your other dependency because, like I said, those two versions of Kotlin are almost identical.Colton Idle
09/24/2021, 1:34 PM