I am trying to set up Feature Flags for my Android GitLab project. I am using Unleash Android Proxy SDK for it.
I added dependencies in build.gradle file as per the readme, but my code does not seem to find any classes within the SDK. I can only see package names.
I tried multiple things including a clean build, deleting build folders, invalidating caches, try out with a sample applucation; but nothing seems to work.
Does this SDK work only with Kotlin code? Has any one faced similar issues in past?