<Page crashes after splashscreen> I am developing ...
# stackoverflow
u
Page crashes after splashscreen I am developing an application with jetpack compose. The interface was working, today I wrote the necessary codes to make transactions using the room database. After adding the database codes to the relevant fields in the panel page, the application crashes after splashscreen. I couldn't find the error. Since the codes are long, I share the codes on the github page. Mainactivity class MainActivity : ComponentActivity() { @DelicateCoroutinesApi override fun...