Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
3d0f8f1
Update Kotlin and Compose version
buenaflor May 16, 2025
5938aac
Missing newline
buenaflor May 16, 2025
39775b7
Update
buenaflor May 16, 2025
ef0aa9c
Update deprecations
buenaflor May 16, 2025
8db72ee
Merge branch 'main' into deps/upgrade-kotlin
buenaflor Jun 25, 2025
530cdf0
Fix K2 compiler issue
buenaflor Jun 27, 2025
305871a
Formatting
buenaflor Jun 27, 2025
cd22321
Fix test
buenaflor Jun 27, 2025
c893986
Update
buenaflor Jun 27, 2025
c856bd6
Update
buenaflor Jun 27, 2025
1e18595
Formatting
buenaflor Jun 27, 2025
23b0ea4
Formatting
buenaflor Jun 27, 2025
e0b6d23
Fix Java 11 config
buenaflor Jun 27, 2025
eecc548
Bump test lib versions
buenaflor Jun 27, 2025
2115539
Versions
buenaflor Jun 27, 2025
1f1a4f6
Java config
buenaflor Jun 27, 2025
e611075
Update
buenaflor Jun 27, 2025
9d5ba95
Merge branch 'main' into deps/upgrade-kotlin
buenaflor Jun 27, 2025
f8c356c
Enable debug temporarily
buenaflor Jun 27, 2025
43ee73a
Revert
buenaflor Jun 27, 2025
0223f5c
Update
buenaflor Jun 27, 2025
fdf6fea
Update
buenaflor Jun 27, 2025
e9c65fd
Update
buenaflor Jun 27, 2025
a5e2d88
Line end
buenaflor Jun 28, 2025
2b5af1f
Formatting
buenaflor Jun 28, 2025
c835f21
Merge branch 'main' into deps/upgrade-kotlin
buenaflor Jun 30, 2025
e0f9abe
Merge branch 'main' into deps/upgrade-kotlin
buenaflor Jul 1, 2025
31e24c6
Add toolchain to java block
buenaflor Jul 4, 2025
0cbb440
Update CHANGELOG
buenaflor Jul 4, 2025
06243bf
Add JavaScript (JS) target support for Sentry Kotlin Multiplatform SDK
cursoragent Jul 15, 2025
737dade
Update publication
buenaflor Jul 16, 2025
06a6695
Update
buenaflor Jul 17, 2025
17c1920
Update
buenaflor Jul 17, 2025
d523c68
Update
buenaflor Jul 17, 2025
b1d21e5
Update
buenaflor Jul 17, 2025
4c6b9c3
Update
buenaflor Jul 17, 2025
d48b16d
Let CI run for testing
buenaflor Jul 17, 2025
3a7acf7
Update
buenaflor Jul 17, 2025
76963f6
Merge branch 'deps/upgrade-kotlin' into chore/update-distribution-gen…
buenaflor Jul 17, 2025
30484fa
Update
buenaflor Jul 17, 2025
973fe5e
Update
buenaflor Jul 17, 2025
d75f8f2
Merge branch 'main' into deps/upgrade-kotlin
buenaflor Jul 17, 2025
6c59179
Merge branch 'deps/upgrade-kotlin' into chore/update-distribution-gen…
buenaflor Jul 17, 2025
3b031f5
Update
buenaflor Jul 17, 2025
09b194a
Update
buenaflor Jul 17, 2025
d9f06ca
Clean up
buenaflor Jul 17, 2025
32b61a9
Merge branch 'deps/upgrade-kotlin' into cursor/add-js-browser-target-…
buenaflor Jul 17, 2025
d72cf37
Merge branch 'chore/update-distribution-generation' into cursor/add-j…
buenaflor Jul 17, 2025
457cca0
Update publicatiojn
buenaflor Jul 17, 2025
57120d8
Add support for stub sourceSet
buenaflor Jul 17, 2025
17f5398
Add wasmJs support
buenaflor Jul 17, 2025
5818c5b
Merge branch 'main' into cursor/add-js-browser-target-for-sentry-kmp-…
buenaflor Jul 18, 2025
c17a936
Update
buenaflor Jul 18, 2025
50d1953
Update
buenaflor Jul 21, 2025
bc5c2a1
Analyze
buenaflor Jul 21, 2025
5fea52e
Fix analyze
buenaflor Jul 21, 2025
e35899e
Update CHANGELOG
buenaflor Jul 21, 2025
aa7e7f6
Update SentryPlatformOptions.commonStub.kt
buenaflor Jul 21, 2025
f1316a7
Update
buenaflor Jul 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Java 11 config
  • Loading branch information
buenaflor committed Jun 27, 2025
commit e0b6d237da4b56a5b69c18b7ac1bd8aa3d78480c
2 changes: 1 addition & 1 deletion sentry-samples/kmp-app-spm/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kotlin {
androidTarget()
jvm {
compilerOptions {
jvmTarget = JvmTarget.JVM_1_8
jvmTarget = JvmTarget.JVM_11
}
}
listOf(
Expand Down
Loading