JsonApiX is an Android, annotation processor library that was made to transform regular Kotlin classes into their JSON API representations, with the ability to serialize or deserialize them to or from strings.
Apache License 2.0
38
stars
9
forks
source link
Unable find class JsonApiX in instrumental test #43
I create a android test class and use @HiltAndroidTest to injecting dependencies into this test. but when I run android test, this error is shown
Execution failed for task ':sample:hiltJavaCompileDebugAndroidTest'.
Hi there again.
I create a android test class and use @HiltAndroidTest to injecting dependencies into this test. but when I run android test, this error is shown
Execution failed for task ':sample:hiltJavaCompileDebugAndroidTest'.
If this problem has a solution, i appreciate say me about that