Skip to content

Commit

Permalink
Fix targets grouping for blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
lupuuss committed Mar 2, 2024
1 parent 81ceab6 commit b849c44
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ kotlin {

@OptIn(ExperimentalKotlinGradlePluginApi::class)
applyDefaultHierarchyTemplate {
group("blocking") {
withJvm()
withNative()
common {
group("blocking") {
withJvm()
withNative()
}
}
}

Expand Down

0 comments on commit b849c44

Please sign in to comment.