can i change "MainKt" to something else? is that p...
# compose-desktop
z
can i change "MainKt" to something else? is that possible?
r
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
hm. it doesnt work for me. jvm cant be imported
Unresolved reference. None of the following candidates is applicable because of a receiver type mismatch: fun ToolchainManagement.jvm(block: JvmToolchainManagement.() -> Unit): Unit