So, when I try building an android library, it see...
# multiplatform
a
So, when I try building an android library, it seems that
apply 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?