desktop (windows): fix build (#3990)

This commit is contained in:
Stanislav Dmitrenko
2024-04-04 14:18:33 +01:00
committed by GitHub
parent 5f9710e4bb
commit a725d2efac
2 changed files with 3 additions and 8 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ version = extra["android.version_name"] as String
kotlin {
androidTarget()
jvm("desktop") {
jvmToolchain(11)
}
jvm("desktop")
applyDefaultHierarchyTemplate()
sourceSets {
all {