CMake and ANDROID_JAR_DEPENDENCIES property

Hi guys!
As I understand the last Cmake version(I have 3.3.2) does support for adding jar dependencies using ANDROID_JAR_DEPENDENCIES target property. I tried to do so but failed: no dependencies appeared.
I used the following cmake command to do it:
set_target_properties(TvZavrPlayerSharedActivity PROPERTIES ANDROID_JAR_DEPENDENCIES “TEST”)
where TvZavrPlayerSharedActivity is the name of my activite project.
What am I doing wrong?
Thanx in advance!

Hi, Paltr. Please, try the latest CMake 3.4 RC and see if it solves the issue. If it will not, could you share the sample project to inspect?

Hi, Mikhail!
Thanks a lot - after cmake update all dependencies are added fine!