<@U3669PPNG> Are you working in a gradle project? ...
# getting-started
k
@nkiesel Are you working in a gradle project? If so, you can try updating it in the gradle tab on the right.
n
karelpeeters: yes, a gradle project. Clicked the "Refresh all Gradle projects" and waited until everything calmed down. But problem is still there: IDE does not flag it as error (and code-completes thus is aware of the value), but build triggered via "run unit test code" shows "Error:(28,91) Kotlin: Unresolved reference: FEATURE_SECURE_PROCESSING"
k
Try clearing the Idea caches, File > Clear cache.
n
did that already before but does not make a difference either
k
Delete build/, run gradle clean, retry. If that still doesn't fix this issue then maybe you can file a bug report.