Hi, <https://kotlinlang.org/docs/reference/buildin...
# kotlin-native
v
Hi, https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#building-final-native-binaries I try to generate fat framework But import org.jetbrains.kotlin.gradle.tasks.FatFrameworkTask Can’t find FatFrameworkTask import Why?? Thanks
r
Not sure if this is your issue but you probably need to move that import to the top of the file
k
it will build fine, it's just the IDE that doesn't know what it is
v
@Kris Wong hello, can you give me your setting??
my build.gradle
IDE is IntelliJ