I had this problem too.
Until they release the fix.
Please try this:
plugins {
id("androidx.navigation.safeargs")
}
instead of
plugins {
id("androidx.navigation.safeargs.kotlin")
}
I had this problem too.
Until they release the fix.
Please try this:
plugins {
id("androidx.navigation.safeargs")
}
instead of
plugins {
id("androidx.navigation.safeargs.kotlin")
}