Unverified Commit d74bfcea authored by Igor Demin's avatar Igor Demin Committed by GitHub

Remove internal from org.jetbrains.skiko.currentNanoTime (#544)

It is already public in the targets
parent 385bb208
......@@ -2,4 +2,4 @@ package org.jetbrains.skiko
internal expect inline fun <R> maybeSynchronized(lock: Any, block: () -> R): R
internal expect fun currentNanoTime(): Long
\ No newline at end of file
expect fun currentNanoTime(): Long
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment