Skip to content

Commit

Permalink
Update ArrayBuffer.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 16, 2024
1 parent 582eab0 commit adde14a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class ArrayBuffer {
* Create a new **non-owning-** `ArrayBuffer` that holds foreign data, potentially coming from JS.
*/
@Suppress("unused")
@Keep
@DoNotStrip
private constructor(hybridData: HybridData) {
mHybridData = hybridData
}
Expand Down

0 comments on commit adde14a

Please sign in to comment.