https://kotlinlang.org logo
#gradle
Title
n

Nikolay Kasyanov

04/03/2020, 6:56 AM
Hey folks, I have following imports in my `build.gradle`:
Copy code
import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
import org.jetbrains.kotlin.gradle.tasks.FatFrameworkTask
Unfortunately, IDEA highlights them as red which is slightly annoying. Is there a way around it except migrating to Kotlin Gradle DSL?