Skip to content

Commit ef0aa9c

Browse files
committed
Update deprecations
1 parent 39775b7 commit ef0aa9c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sentry-samples/kmp-app-cocoapods/desktopApp/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ tasks.withType<KotlinCompile> {
2626
}
2727

2828
kotlin {
29-
jvm {
30-
withJava()
31-
}
29+
jvm()
3230
sourceSets {
3331
val jvmMain by getting {
3432
dependencies {

sentry-samples/kmp-app-spm/desktopApp/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ tasks.withType<KotlinCompile> {
2626
}
2727

2828
kotlin {
29-
jvm {
30-
withJava()
31-
}
29+
jvm()
3230
sourceSets {
3331
val jvmMain by getting {
3432
dependencies {

0 commit comments

Comments
 (0)