Skip to content

Commit f13a85a

Browse files
committed
Fix an issue that withAndroidTarget in put in the wrong group in applyDefaultHierarchyTemplate, which was unnoticed and didn't cause much trouble
1 parent 3662095 commit f13a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ kotlin {
1616
group("ios")
1717
withWasmJs()
1818
}
19+
withAndroidTarget()
1920
}
20-
withAndroidTarget()
2121
}
2222
}
2323

0 commit comments

Comments
 (0)