Michael Clancy
11/14/2021, 2:00 PMKamilH
11/15/2021, 7:52 AMtasks.named<org.jetbrains.kotlin.gradle.tasks.DefFileTask>("generateDefPod").configure {
doLast {
outputFile.writeText("""
language = Objective-C
headers = <CustomHeaderFile>
""")
}
}
for dependency called Pod
. Note that you should replace generateDefPod
with the name of the task according to the pod name you are usingMichael Clancy
11/16/2021, 9:21 AM