To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.13/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build WARNING: We recommend using a newer Android Gradle plugin to use compileSdk = 36 This Android Gradle plugin (8.7.3) was tested up to compileSdk = 35. You are strongly encouraged to update your project to use a newer Android Gradle plugin that has been tested with compileSdk = 36. If you are already using the latest version of the Android Gradle plugin, you may need to wait until a newer version with support for compileSdk = 36 is available. For more information refer to the compatibility table: https://d.android.com/r/tools/api-level-support To suppress this warning, add/update android.suppressUnsupportedCompileSdk=36 to this project's gradle.properties. > Task :app:clean UP-TO-DATE > Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE > Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :app:generateDebugResValues > Task :app:dataBindingMergeDependencyArtifactsDebug > Task :app:generateDebugResources > Task :app:packageDebugResources > Task :app:dataBindingTriggerDebug > Task :app:mergeDebugResources > Task :app:parseDebugLocalResources > Task :app:mapDebugSourceSetPaths > Task :app:checkDebugAarMetadata > Task :app:dataBindingGenBaseClassesDebug > Task :app:createDebugCompatibleScreenManifests > Task :app:extractDeepLinksDebug > Task :app:processDebugMainManifest > Task :app:processDebugManifest > Task :app:mergeDebugShaders > Task :app:compileDebugShaders NO-SOURCE > Task :app:generateDebugAssets UP-TO-DATE > Task :app:javaPreCompileDebug > Task :app:mergeDebugAssets > Task :app:compressDebugAssets > Task :app:desugarDebugFileDependencies > Task :app:mergeDebugJniLibFolders > Task :app:processDebugManifestForPackage > Task :app:checkDebugDuplicateClasses > Task :app:mergeLibDexDebug > Task :app:mergeDebugNativeLibs > Task :app:validateSigningDebug > Task :app:writeDebugAppMetadata > Task :app:writeDebugSigningConfigVersions > Task :app:stripDebugDebugSymbols Unable to strip the following libraries, packaging them as they are: libdatastore_shared_counter.so. > Task :app:processDebugResources > Task :app:mergeExtDexDebug > Task :app:kaptGenerateStubsDebugKotlin w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9. > Task :app:kaptDebugKotlin > Task :app:compileDebugKotlin w: file:///home/trevor/AndroidStudioProjects/Elva/app/src/main/java/com/example/elva/ui/dashboard/DashboardFragment.kt:35:43 'fun launchWhenStarted(block: suspend CoroutineScope.() -> Unit): Job' is deprecated. launchWhenStarted is deprecated as it can lead to wasted resources in some cases. Replace with suspending repeatOnLifecycle to run the block whenever the Lifecycle state is at least Lifecycle.State.STARTED. > Task :app:compileDebugJavaWithJavac > Task :app:hiltAggregateDepsDebug > Task :app:hiltJavaCompileDebug > Task :app:processDebugJavaRes > Task :app:transformDebugClassesWithAsm > Task :app:mergeDebugJavaResource > Task :app:dexBuilderDebug > Task :app:mergeDebugGlobalSynthetics > Task :app:mergeProjectDexDebug > Task :app:packageDebug > Task :app:createDebugApkListingFileRedirect > Task :app:assembleDebug [Incubating] Problems report is available at: file:///home/trevor/AndroidStudioProjects/Elva/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 47s 45 actionable tasks: 44 executed, 1 up-to-date