Skip to content

Commit

Permalink
Add android actual implementation of WeakReference
Browse files Browse the repository at this point in the history
  • Loading branch information
GSculerlor committed Feb 28, 2024
1 parent fc8aa3d commit 6dbcd3c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package moe.ganen.bindable

import java.lang.ref.WeakReference

public actual typealias WeakReference<T> = WeakReference<T>

0 comments on commit 6dbcd3c

Please sign in to comment.