google-developer-training / android-kotlin-fundamentals-starter-apps

android-kotlin-fundamentals-starter-apps
Other
1.1k stars 3.32k forks source link

MarsRealEstate-Starter does not build #83

Closed birgitaun closed 9 months ago

birgitaun commented 2 years ago

Error is: Some problems were found with the configuration of task ':app:generateSafeArgsDebug' (type 'ArgumentsGenerationTask'). Type 'androidx.navigation.safeargs.gradle.ArgumentsGenerationTask' property 'applicationId' is missing an input or output annotation.

In the gradle file, replacing classpath("android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0") with classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")

fixes it.