Nikolai
04/03/2019, 4:54 AMolonho
04/03/2019, 5:11 AMbinaries.framework()
DSL. No need to run XCode IDE (although XCode CLI tools have to be installed)Nikolai
04/03/2019, 5:25 AMtask buildMyFramework {
kotlin.targets."ios".binaries.framework()
}
?
And where I can found app.framework after that? I ran this task and didn’t find compiled binary.