element-hq / element-hq/element-android
Fix compilation warning "ValueItem_.java uses unchecked or unsafe operations"
Open
A-DevX
O-Uncommon
S-Tolerable
T-Task
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 1
Description
Everytime we compile the project from scratch, we get this warning. It pollutes the compilation logs.
After a quick look, I do not see how to fix it.
> Task :library:jsonviewer:compileDebugJavaWithJavac
Note: ~/workspaces/element-android/library/jsonviewer/build/generated/source/kapt/debug/org/billcarsonfr/jsonviewer/ValueItem_.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Maybe someone reading this will have an idea?
Contributor guide
Assessment
This issue has not been assessed yet.