Fixed release build
This commit is contained in:
parent
713fba6ab9
commit
4e15fabf75
@ -41,7 +41,7 @@ tasks.withType<KotlinCompile>() {
|
||||
|
||||
compose.desktop {
|
||||
application {
|
||||
mainClass = "app.MainKt"
|
||||
mainClass = "MainKt"
|
||||
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.AppImage)
|
||||
|
@ -1,6 +1,5 @@
|
||||
package app
|
||||
|
||||
import androidx.compose.ui.ExperimentalComposeUiApi
|
||||
import app.Main
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
fun main() {
|
Loading…
Reference in New Issue
Block a user