@nkiesel Are you working in a gradle project? If so, you can try updating it in the gradle tab on the right.
n
nkiesel
06/27/2017, 8:11 AM
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
karelpeeters
06/27/2017, 9:38 AM
Try clearing the Idea caches, File > Clear cache.
n
nkiesel
06/27/2017, 10:30 PM
did that already before but does not make a difference either
k
karelpeeters
06/28/2017, 10:21 AM
Delete build/, run gradle clean, retry. If that still doesn't fix this issue then maybe you can file a bug report.