Hello,
I have a problem:
in my gradle-build I have this istruction:
sourceSets.main.jni.srcDirs = []
but I need to migrate to gradle experimental (to be able to use breakpoints to debug native source), is there possible to use it in some way in gradle-experimental?
Thank you