We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faa146 commit 07c923eCopy full SHA for 07c923e
1 file changed
agents/agent-koog/composeApp/build.gradle.kts
@@ -1,6 +1,3 @@
1
-import org.jetbrains.compose.desktop.application.dsl.TargetFormat
2
-import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
-
4
plugins {
5
alias(libs.plugins.kotlinMultiplatform)
6
alias(libs.plugins.androidApplication)
@@ -12,12 +9,6 @@ plugins {
12
9
}
13
10
14
11
kotlin {
15
- androidTarget {
16
- compilerOptions {
17
- jvmTarget.set(JvmTarget.JVM_17)
18
- }
19
20
21
sourceSets {
22
androidMain.dependencies {
23
implementation(compose.preview)
0 commit comments