Skip to content

Commit

Permalink
[gradle] Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Apr 6, 2024
1 parent 3a8ef13 commit 881e16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.jetbrains.compose.resources.ExperimentalResourceApi::class,
)

package app.group.resources_test.generated.resources
package app.group.empty_res.generated.resources

import kotlin.ByteArray
import kotlin.OptIn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.jetbrains.compose.resources.ExperimentalResourceApi::class,
)

package app.group.resources_test.generated.resources
package me.app.jvmonlyresources.generated.resources

import kotlin.ByteArray
import kotlin.OptIn
Expand Down

0 comments on commit 881e16c

Please sign in to comment.