Hello, if I include the following code in build.gradle;
implementation("androidx.activity:activity-compose:1.8.2")
I get the following error when I build the app;
if I remove it then the app compiles. I import LiveDataReactiveStreams in kotlin code using;
import...