Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 4370f6e

Browse files
authored
Update header file name for Kotlin 1.4.20
Tracking JetBrains/kotlin@7c3eda3 to start support for Kotlin 1.4.20 and newer.
1 parent 702a649 commit 4370f6e

File tree

1 file changed

+1
-1
lines changed
  • gradle-plugin/src/main/kotlin/co/touchlab/kotlin/gradle/targets/native/tasks

1 file changed

+1
-1
lines changed

gradle-plugin/src/main/kotlin/co/touchlab/kotlin/gradle/targets/native/tasks/CocoapodsTasks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ open class DummyFrameworkTask : DefaultTask() {
197197
// Copy files for the dummy framework.
198198
copyFrameworkFile("Info.plist")
199199
copyFrameworkFile("dummy", frameworkName)
200-
copyFrameworkFile("Headers/dummy.h")
200+
copyFrameworkFile("Headers/placeholder.h")
201201
copyFrameworkTextFile("Modules/module.modulemap") {
202202
if (it == "framework module dummy {") {
203203
it.replace("dummy", frameworkName)

0 commit comments

Comments
 (0)