0

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?

1 Answer 1

1

You add the SDK as a dependency just as if it was Java. Kotlin is designed so it can be used from Java as easily as possible, even if you end up with less pretty code (see interoperation documentation).

It should pull in "kotlin-stdlib" as a transitive dependency automatically. Could it be that you have something blocking the "kotlin-stdlib"?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.