-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild_errors.txt
More file actions
64 lines (58 loc) · 4.38 KB
/
build_errors.txt
File metadata and controls
64 lines (58 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Configuration on demand is an incubating feature.
> Task :app:checkKotlinGradlePluginConfigurationErrors
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:generateDebugBuildConfig 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:compileDebugKotlin
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/GenerativeAiViewModelFactory.kt:52:9 The corresponding parameter in the supertype 'Factory' is named 'modelClass'. This may cause problems when calling this function with named arguments.
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/GenerativeAiViewModelFactory.kt:78:25 Name shadowed: currentModel
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/GenerativeAiViewModelFactory.kt:121:11 Unchecked cast: PhotoReasoningViewModel to T
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/MenuScreen.kt:316:45 Name shadowed: currentModel
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/MenuScreen.kt:487:13 Name shadowed: context
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:52:47 'LocalBroadcastManager' is deprecated. Deprecated in Java
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:259:9 'LocalBroadcastManager' is deprecated. Deprecated in Java
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:263:9 'LocalBroadcastManager' is deprecated. Deprecated in Java
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:342:9 'LocalBroadcastManager' is deprecated. Deprecated in Java
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:344:9 'LocalBroadcastManager' is deprecated. Deprecated in Java
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:362:12 Unnecessary safe call on a non-null receiver of type Context
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:711:9 Parameter 'selectedImages' is never used
w: file:///D:/Neuer%20Ordner%20(2)/ScreenOperator/app/src/main/kotlin/com/google/ai/sample/feature/multimodal/PhotoReasoningViewModel.kt:995:69 Parameter 'retryCount' is never used
.\gradlew.bat : e: file:///D:/Neuer%20Ordner%20(2)/ScreenOpera
tor/app/src/main/kotlin/com/google/ai/sample/ApiKeyDialog.kt:8
7:35 'when' expression must be exhaustive, add necessary
'HUMAN_EXPERT' branch or 'else' branch instead
In Zeile:1 Zeichen:1
+ .\gradlew.bat compileDebugKotlin 2>&1 | Out-File -FilePath
build_erro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (e: file:///D:/N.
.. branch instead:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
> Task :app:compileDebugKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.comp
ilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompile
rWorkAction
> Compilation error. See log for more details
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1m 35s
15 actionable tasks: 2 executed, 13 up-to-date