Kellie Hale

Results 1 comments of Kellie Hale

Here are the required updates for this project to work. build.gradle ``` buildscript { repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3") // NOTE: Do not...