Join Slack
Powered by
can i change "MainKt" to something else? is that p...
# compose-desktop
z
Zoff
12/02/2025, 7:45 PM
can i change "MainKt" to something else? is that possible?
r
romainguy
12/02/2025, 7:47 PM
It can be anything you want but you need to update your Gradle file to make sure it points to your main entry point. Here is an example from one of my apps:
https://github.com/romainguy/kotlin-explorer/blob/main/build.gradle.kts#L23C1-L29C6
z
Zoff
12/04/2025, 6:43 PM
hm. it doesnt work for me. jvm cant be imported
Zoff
12/04/2025, 6:44 PM
Unresolved reference. None of the following candidates is applicable because of a receiver type mismatch: fun ToolchainManagement.jvm(block: JvmToolchainManagement.() -> Unit): Unit
4
Views
Open in Slack
Previous
Next