'Android Studio Bumblebee unable to use Safeargs
I have recently updated my android studio to Stable Bumblebee version . I want to use Nav controller with safe args in my new android project .But as the Gradle plugin has changed to 7.1.0 , I am confused that where to add classpath dependency of safe args. Can you please help ?
Solution 1:[1]
You can use this: id 'androidx.navigation.safeargs.kotlin' version '2.5.0-alpha01' apply false
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Giorgi Dolidze |
