feat: Add JitPack repository to dependency resolution management feat: Create ViewStyle enum for bookmark display styles feat: Implement EditLinkScreen with ViewModel for editing links feat: Add EditLinkViewModel to manage link editing state and logic feat: Create LinkItemViews for displaying links in various formats chore: Add build output and compile output logs
45 lines
2.6 KiB
Plaintext
45 lines
2.6 KiB
Plaintext
> Task :app:checkKotlinGradlePluginConfigurationErrors
|
|
> 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:kspDebugKotlin
|
|
|
|
> Task :app:compileDebugKotlin FAILED
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:16:47 Unresolved reference: ViewModule
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:17:47 Unresolved reference: ViewStream
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:18:47 Unresolved reference: ViewList
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:82:77 Unresolved reference: ViewStream
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:83:77 Unresolved reference: ViewModule
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:84:80 Unresolved reference: ViewList
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:103:67 Unresolved reference: ViewStream
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:125:67 Unresolved reference: ViewModule
|
|
e: file:///C:/dev/git/Android/ShaarIt/app/src/main/java/com/shaarit/presentation/feed/FeedScreen.kt:147:67 Unresolved reference: ViewList
|
|
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
Execution failed for task ':app:compileDebugKotlin'.
|
|
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
|
|
> 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 12s
|
|
15 actionable tasks: 3 executed, 12 up-to-date
|