Hey folks, I have following imports in my `build.g...
# gradle
n
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?