Hello, why I can’t get the com.android.library? ``...
# multiplatform
j
Hello, why I can’t get the com.android.library?
Copy code
plugins {
    id("com.android.library")
    kotlin("multiplatform") version "1.4-M1"
    id("maven-publish")
}
d
j
It works, thank you 😄