martmists
05/08/2025, 3:32 PMKirill Grouchnikov
05/08/2025, 5:32 PMzt
05/08/2025, 5:50 PMKirill Grouchnikov
05/08/2025, 6:06 PMmartmists
05/08/2025, 6:27 PM@Composable
fun App() {
throw IllegalStateException("Some Error")
}
Alexander Maryanovsky
05/08/2025, 6:40 PMfun main() = singleWindowApplication {
throw IllegalStateException("This should not be called")
}
martmists
05/08/2025, 10:07 PMAlexander Maryanovsky
05/08/2025, 10:12 PMzt
05/08/2025, 10:51 PMmartmists
05/09/2025, 11:40 AM