Hi, I'm trying to compile a kotlin mp project and to use actual/expect, but when I try to compile with gradle I get this:
Copy code
> Task :android:compileDebugKotlin FAILED
e: /home/pablo/devel/projects/tool_framework_multi_platform/src/androidMain/kotlin/com/senaptec/toolframework/ui/Video.kt: (3, 1): The feature "multi platform projects" is experimental and should be enabled explicitly
I've added some extra options for the compiler in my build.gradle, but seems to dont have any effect on the error:
d
Derek Ellis
06/16/2020, 9:55 PM
What version of Kotlin are you using?
p
Pablo Caviglia
06/16/2020, 9:59 PM
1.3.72
c
Casey Brooks
06/16/2020, 10:01 PM
yeah, the MPP Gradle DSL got a heavy lift recently. You should’t use