Skip to content

Commit

Permalink
🚑️ Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Sep 2, 2024
1 parent 5e8ca07 commit 2f844b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ package io.github.vinceglb.filekit.core
public expect class PlatformInputStream : AutoCloseable {
public fun hasBytesAvailable(): Boolean
public suspend fun readInto(buffer: ByteArray, maxBytes: Int): Int
public override fun close()
}

0 comments on commit 2f844b3

Please sign in to comment.