element-hq / element-hq/element-android

Fix compilation warning "ValueItem_.java uses unchecked or unsafe operations"

Open
#7,034 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.