Skip to content

Commit

Permalink
[gradle] Update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Mar 8, 2024
1 parent 70609cd commit 6789533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal object Res {
* @param path The path of the file to read in the compose resource's directory.
* @return The content of the file as a byte array.
*/
public suspend fun readBytes(path: String): ByteArray = readResourceBytes(path)
public suspend fun readBytes(path: String): ByteArray = readResourceBytes("" + path)

public object drawable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal object Res {
* @param path The path of the file to read in the compose resource's directory.
* @return The content of the file as a byte array.
*/
public suspend fun readBytes(path: String): ByteArray = readResourceBytes(path)
public suspend fun readBytes(path: String): ByteArray = readResourceBytes("" + path)

public object drawable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal object Res {
* @param path The path of the file to read in the compose resource's directory.
* @return The content of the file as a byte array.
*/
public suspend fun readBytes(path: String): ByteArray = readResourceBytes(path)
public suspend fun readBytes(path: String): ByteArray = readResourceBytes("" + path)

public object drawable

Expand Down

0 comments on commit 6789533

Please sign in to comment.