Ume Channel
04/25/2024, 8:51 AMUme Channel
04/25/2024, 8:52 AMJacob Ras
04/25/2024, 9:23 AMkotlin("multiplatform")
twice now. Line 4 and 7 are probably the same, so I'd remove line 7.Jacob Ras
04/25/2024, 9:24 AMjvm("desktop")
you'll need to add androidTarget()
to tell the Kotlin Multiplatform compiler that you want to compile to the Android target as well.Ume Channel
04/25/2024, 10:47 AM