Skip to content

Commit

Permalink
Test hierarchical source set
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed May 13, 2024
1 parent 09c5f68 commit d76b9a6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ import kotlin.random.*
* - On Linux and Android native, it uses `DevUrandom`.
*/
public actual val SecureRandom: Random = java.security.SecureRandom().asKotlinRandom()

public fun a() {
UUID.CREATOR
}

0 comments on commit d76b9a6

Please sign in to comment.