Skip to content

Commit af954f3

Browse files
committed
[support] nits
1 parent b351b2d commit af954f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/kotlin/io/github/ttypic/swiftklib/gradle/SwiftKlibPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SwiftKlibPlugin : Plugin<Project> {
2424
swiftKlibEntries.all { entry ->
2525
val name: String = entry.name
2626

27-
val targetToTaskName = CompileTarget.values().associateWith {
27+
val targetToTaskName = CompileTarget.entries.associateWith {
2828
getTaskName(name, it)
2929
}
3030

0 commit comments

Comments
 (0)