Android Studio – how to add safeargs to project level Kotlin gradle
Another user asked the same question, but I could not understand the solution. I also don't understand why the Android Developer page doesn't show a path according to this new version. buildscript { repositories { google() } dependencies { val…