In my build.gradle file, I have this a my first line:
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
but is says "Cannot resolve symbol 'KotlinNativeTarget'".
Do I have to import an extra plugin (other than the Kotlin plugin)? Is there something I'm missing?
Edit: Is it because it's the kotlin syntax (build.gradle.kts) instead of Groovy (build.gradle)?
m
mbonnin
10/24/2019, 3:24 PM
You might need the multiplatform plugin in your classpath