Ajay Dwivedi

Results 18 comments of Ajay Dwivedi

I tried the sample and it works for me with 2.14 in the android studio. It however does not find the classes if I set transitive dependencies to false -...

Can you check the generated pom file? Does it define sdk-base as dependency? Setting transitive true is not useful as it is the default. The embedded dependencies are not part...

Sorry I didn't see that comment with screenshot. Pom file looks good.. Are you publishing the aar file to maven and consuming from there? Can you make it work if...

You are right. But I imagined gradle sync should fail since it can't find the dependency and say that explicitly. If you are planning to ship this as a library...

fat-aar.gradle will not embed sub dependencies, you have to manually declare them as embedded. In your case it will be like ``` embedded 'io.scanbot:sdk-package-1:1.19.0' embedded 'io.scanbot:sdk-base:1.19.0' embedded 'io.scanbot:detector:1.4.4' embedded 'io.scanbot:licensing:1.3.1'...

Right. It means gradle is not able to resolve the dependency. But I imagined it should fail the sync since it can't find the dependency. If you are planning to...

On fresh install of Laravel 10.40.0, ide helper fails to install due to a different dependency mismatch. (The carbonphp/carbon-doctrine-types is already 2.1.0 so the suggest command does nothing). ``` Problem...

Sure. Should I fix it as suggested in #24 (Controller signatures should use Models instead of IDs) This would shorten the code and the controller signatures will match the api...