Skip to content

Commit

Permalink
Fix build issues with JDK 17 in stream-chat-android-offline module (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNovak authored Sep 9, 2023
1 parent 438e50d commit 6ffe4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stream-chat-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
'-opt-in=kotlin.RequiresOptIn',
'-opt-in=io.getstream.chat.android.core.internal.InternalStreamChatApi',
]
jvmTarget = JavaVersion.VERSION_11.toString()
}
}

Expand Down
1 change: 1 addition & 0 deletions stream-chat-android-offline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
'-opt-in=kotlin.RequiresOptIn',
'-opt-in=io.getstream.chat.android.core.internal.InternalStreamChatApi',
]
jvmTarget = JavaVersion.VERSION_11.toString()
}
}

Expand Down

0 comments on commit 6ffe4a0

Please sign in to comment.