google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
427 stars 31 forks source link

Contribution instructions #29

Closed yschimke closed 8 months ago

yschimke commented 10 months ago

Are there instructions for external contributions? Opening in Intellij or Android Studio?

Currently just command line, no support for IDE.

colibie commented 8 months ago

Hi Yuri, there are some instructions here: https://github.com/google/cronet-transport-for-okhttp/blob/master/CONTRIBUTING.md#building--testing-the-code

Are there any more specific info you think is necessary? We didn't add anything more granular since this is a library and its users would already know how to work with their IDE of choice.

yschimke commented 8 months ago

Thank you for adding.