GithubHelp home page GithubHelp logo

Comments (6)

TurKorsaN avatar TurKorsaN commented on April 26, 2024 4

You can implement sonar like this until they fix it.

debugImplementation ('com.facebook.sonar:sonar:0.0.1'){
exclude group: 'android'
exclude group: 'javax'
exclude group: 'jsr-305'
exclude group: 'okhttp3'
exclude group: 'okio'
exclude group: 'org'
exclude group: 'com.google'
}

from flipper.

yschimke avatar yschimke commented on April 26, 2024 2

@TurKorsaN that doesn't fix it for me since they are baked into the Sonar classes.jar file.

$ jar xf sonar-0.0.1.aar classes.jar
$ jar tf classes.jar okhttp3/OkHttpClient.class
okhttp3/OkHttpClient.class

from flipper.

yschimke avatar yschimke commented on April 26, 2024 1

Just hit this for okhttp

from flipper.

friederbluemle avatar friederbluemle commented on April 26, 2024 1

See #24 for a related issue and a temporary hack to fix it (until the packaging problems have been solved).

from flipper.

passy avatar passy commented on April 26, 2024

I think until there's a slim AAR, you would have to use jarjar to remove the bundled dependencies.

from flipper.

xiphirx avatar xiphirx commented on April 26, 2024

Closing in favor of #24

from flipper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.