Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Component used: Navigation
Version used: 2.4.0-alpha01
Devices/Android versions reproduced on: Huawei P30 pro, os 11.0.0
After updating the navigation to 2.4.0-alpha01 in a project that uses safeArgs the app is crashing at compile time (compileDebugKotlin) with the:
Class 'ActionXtoYFragment' is not abstract and does not implement abstract member public abstract val actionId: Int defined in androidx.navigation.NavDirections
'getActionId' overrides nothing
'getArguments' overrides nothing
The plugin is applied for kotlin:
However, switching to java seems to fix the issue: