android-architecture-counter-sample | Sample app using Android architecture components | Architecture library
kandi X-RAY | android-architecture-counter-sample Summary
kandi X-RAY | android-architecture-counter-sample Summary
Sample app using Android architecture components
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of android-architecture-counter-sample
android-architecture-counter-sample Key Features
android-architecture-counter-sample Examples and Code Snippets
Community Discussions
Trending Discussions on android-architecture-counter-sample
QUESTION
I have next issue during the project building process: build process just stuck on app:kaptDebugKotlin
task.
My root project build.gradle
:
ANSWER
Answered 2019-Dec-29 at 14:38Is this still an issue? The same problem for me was resolved by just using the newest kotlin - 1.3.60.
QUESTION
Trying to build a sample using Android Studio 3 Canary 5 with Architecture Components and Kotlin gives this warning.
Can anyone tell me the reason?
Thanks, Ove
Edit #1: This is a sample made some time ago by Dan Lew
https://github.com/dlew/android-architecture-counter-sample
build.gradle:
...ANSWER
Answered 2017-Oct-20 at 07:53Just adding this answer for future reference: the same issue was also raised with the Android Arch Components team a while ago and the official answer for now is:
(...) it is just a warning. Should not be a problem.
This applies to warnings following the format mentioned in the title of the question, and include:
w: warning: Supported source version 'RELEASE_7' from annotation processor 'android.arch.lifecycle.LifecycleProcessor' less than -source '1.8' w:
w: warning: Supported source version 'RELEASE_7' from annotation processor 'android.arch.persistence.room.RoomProcessor' less than -source '1.8' w:
Basically it's javac
informing you that these annotation processors were compiled against and generate code for a different (older) version of Java (Java 7) than your module's source level is set to (Java 8). The reason for this is that the compiler cannot make any promises that the processors will then still behave correctly [but the developers can and did in this particular case].
Note that the warning is still issued if you remove the -Xlint
compiler flag, so short of using -nowarn
it cannot be suppressed unfortunately.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install android-architecture-counter-sample
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page