We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351b2d commit af954f3Copy full SHA for af954f3
plugin/src/main/kotlin/io/github/ttypic/swiftklib/gradle/SwiftKlibPlugin.kt
@@ -24,7 +24,7 @@ class SwiftKlibPlugin : Plugin<Project> {
24
swiftKlibEntries.all { entry ->
25
val name: String = entry.name
26
27
- val targetToTaskName = CompileTarget.values().associateWith {
+ val targetToTaskName = CompileTarget.entries.associateWith {
28
getTaskName(name, it)
29
}
30
0 commit comments