I cant setup plugin plugin: ‘org.jetbrains.kotlin....
# multiplatform
d
I cant setup plugin plugin: ‘org.jetbrains.kotlin.xcode-compat’ with code:
Copy code
kotlin { xcode {
        setupFramework('shared')
    } }
I got
Copy code
Gradle DSL method not found: 'setupFramework()'
Could somebody help?
h
cc @ilya.matveev
i
Looks like this method isn't exposed in Groovy DSL. Try to migrate your buildscript to Kotlin DSL. сс @Vyacheslav Karpukhin [JB]
d
Oh. It is not useful =(( One more question: Do I need include *.kt files into Xcode project to debug kotlin code from AppCode?
v
No, AFAIK it's not required.