Skip to content

Commit

Permalink
Target kotlin 1.4 in kotlin extension (#5910)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 17, 2023
1 parent 531898c commit c87852c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
Comparing source compatibility of against
No changes.
=== UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.extension.kotlin.ContextExtensionsKt (not serializable)
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
*** MODIFIED ANNOTATION: kotlin.Metadata
=== UNCHANGED ELEMENT: xi=48
*** MODIFIED ELEMENT: mv=1,6,0 (<- 1,9,0)
=== UNCHANGED ELEMENT: k=2
=== UNCHANGED ELEMENT: d1=��&#xA;�&#xA;���&#xA;���&#xA;���&#xA;����&#xA;����0�*�0��&#xA;����0�*�0��&#xA;����0�*�0�¨��
=== UNCHANGED ELEMENT: d2=asContextElement,Lkotlin/coroutines/CoroutineContext;,Lio/opentelemetry/context/Context;,Lio/opentelemetry/context/ImplicitContextKeyed;,getOpenTelemetryContext,opentelemetry-extension-kotlin
1 change: 1 addition & 0 deletions extensions/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tasks {
withType(KotlinCompile::class) {
kotlinOptions {
jvmTarget = "1.8"
languageVersion = "1.6"
}
}

Expand Down

0 comments on commit c87852c

Please sign in to comment.