Code Monkey home page Code Monkey logo

pexwallpapers's People

Contributors

charlee-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pexwallpapers's Issues

Hilt issue / Build Exception

Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':data'.
at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:75)
at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:68)
at org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:51)

The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android dependency was found.` In Data module.
Apparently its reported before ..tried to fix it but so far no luck.
google/dagger#2661

Build failed with an exception.

E:\Github\PexWallpapers\data\build\tmp\kapt3\stubs\debug\com\adwi\data\database\dao\DailyDao.java:17: 警告: The query returns some columns [wallpaperId] which are not used by com.adwi.data.database.domain.WallpaperEntity. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: wallpaperId, id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt. Fields in com.adwi.data.database.domain.WallpaperEntity: id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt.
public abstract kotlinx.coroutines.flow.Flow<java.util.List<com.adwi.data.database.domain.WallpaperEntity>> getAllDailyWallpapers();
^

E:\Github\PexWallpapers\data\build\tmp\kapt3\stubs\debug\com\adwi\data\database\dao\WallpapersDao.java:61: 警告: The query returns some columns [wallpaperId] which are not used by com.adwi.data.database.domain.WallpaperEntity. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns. You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: wallpaperId, id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt. Fields in com.adwi.data.database.domain.WallpaperEntity: id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt.
public abstract kotlinx.coroutines.flow.Flow<java.util.List<com.adwi.data.database.domain.WallpaperEntity>> getAllCuratedWallpapers();

             E:\Github\PexWallpapers\data\build\tmp\kapt3\stubs\debug\com\adwi\data\database\dao\SearchDao.java:17: 警告: The query returns some columns [searchQuery, wallpaperId, queryPosition] which are not used by com.adwi.data.database.domain.WallpaperEntity. You can use @ColumnInfo annotation on the fields to specify the mapping. You can annotate the method with @RewriteQueriesToDropUnusedColumns to direct Room to rewrite your query to avoid fetching unused columns.  You can suppress this warning by annotating the method with @SuppressWarnings(RoomWarnings.CURSOR_MISMATCH). Columns returned by the query: searchQuery, wallpaperId, queryPosition, id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt. Fields in com.adwi.data.database.domain.WallpaperEntity: id, height, url, photographer, imageUrl, categoryName, isFavorite, imageUrlPortrait, imageUrlLandscape, imageUrlTiny, updatedAt.
public abstract androidx.paging.PagingSource<java.lang.Integer, com.adwi.data.database.domain.WallpaperEntity> getSearchResultWallpaperPaged(@org.jetbrains.annotations.NotNull()
                                                                                                               ^                                                                      ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.