desktop: sort everything under packages

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-14 20:01:45 +05:30
parent 704e59afdf
commit c5fafba7b5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 13 additions and 1 deletions

View file

@ -23,6 +23,6 @@ dependencies {
compose.desktop {
application {
mainClass = "MainKt"
mainClass = "dev.msfjarvis.lobsters.ui.Main"
}
}