> Task :app:preBuild UP-TO-DATE > Task :app:preDebugBuild UP-TO-DATE > Task :app:checkDebugAarMetadata UP-TO-DATE > Task :app:generateDebugResValues UP-TO-DATE > Task :app:mapDebugSourceSetPaths UP-TO-DATE > Task :app:generateDebugResources UP-TO-DATE > Task :app:mergeDebugResources UP-TO-DATE > Task :app:packageDebugResources UP-TO-DATE > Task :app:parseDebugLocalResources UP-TO-DATE > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE > Task :app:extractDeepLinksDebug UP-TO-DATE > Task :app:processDebugMainManifest UP-TO-DATE > Task :app:processDebugManifest UP-TO-DATE > Task :app:processDebugManifestForPackage UP-TO-DATE > Task :app:processDebugResources UP-TO-DATE > Task :app:javaPreCompileDebug UP-TO-DATE > Task :app:preDebugAndroidTestBuild SKIPPED > Task :app:generateDebugAndroidTestResValues UP-TO-DATE > Task :app:extractProguardFiles UP-TO-DATE > Task :app:preDebugUnitTestBuild UP-TO-DATE > Task :app:compileDebugKotlin w: file:///Users/davidallison/AndroidStudioProjects/MyApplication2/app/src/main/java/io/github/davidallison/myapplication/PackageManagerCompat.kt:10:9 Variable 'one' is never used w: file:///Users/davidallison/AndroidStudioProjects/MyApplication2/app/src/main/java/io/github/davidallison/myapplication/PackageManagerCompat.kt:11:9 Variable 'two' is never used w: file:///Users/davidallison/AndroidStudioProjects/MyApplication2/app/src/main/java/io/github/davidallison/myapplication/PackageManagerCompat.kt:14:72 Parameter 'value' is never used > Task :app:compileDebugJavaWithJavac NO-SOURCE > Task :app:bundleDebugClassesToCompileJar > Task :app:generateDebugLintReportModel > Task :app:generateDebugAndroidTestLintModel > Task :app:generateDebugUnitTestLintModel > Task :app:lintAnalyzeDebugUnitTest > Task :app:lintAnalyzeDebugAndroidTest > Task :app:lintAnalyzeDebug > Task :app:lintReportDebug Wrote HTML report to file:///Users/davidallison/AndroidStudioProjects/MyApplication2/app/build/reports/lint-results-debug.html > Task :app:lintDebug FAILED /Users/davidallison/AndroidStudioProjects/MyApplication2/app/src/main/java/io/github/davidallison/myapplication/PackageManagerCompat.kt:10: Error: Must be one or more of: AndroidPackageManager.GET_ACTIVITIES.toLong(), GET_SIGNING_CERTIFICATES.toLong() [WrongConstant] val one = PackageInfoFlagsCompat.of(GET_SIGNING_CERTIFICATES.toLong()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/davidallison/AndroidStudioProjects/MyApplication2/app/src/main/java/io/github/davidallison/myapplication/PackageManagerCompat.kt:11: Error: Must be one or more of: AndroidPackageManager.GET_ACTIVITIES.toLong(), GET_SIGNING_CERTIFICATES.toLong() [WrongConstant] val two = PackageInfoFlagsCompat.of(PackageManager.GET_ACTIVITIES.toLong()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Explanation for issues of type "WrongConstant": Ensures that when parameter in a method only allows a specific set of constants, calls obey those rules. 2 errors, 0 warnings 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.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. 26 actionable tasks: 10 executed, 16 up-to-date