albertgao
02/26/2018, 12:08 AMapply plugin: 'kotlin-android'
doesn’t recognize the syntax of multiplatform: Could not find method expectedBy() for arguments [project ':common'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
And if I am using apply plugin: 'kotlin-platform-jvm'
, the error will be The 'java' plugin has been applied, but it is not compatible with the Android plugins.
. Something I am missing here?