Sergei Rybalkin
Sergei Rybalkin
Why? Buck can not read Kotlin 1.5.0 metadata. `KotlinClassMetadata.read()` returns `null` trying to parse 1.5.0 source file. -`KotlinMetadataReader.java` Reproduce: 1. Update `kotlin-compiler` to 1.5.0 2. Update `kotlin-stdlib` to 1.5.0 [optional]...
https://github.com/rybalkinsd/kohttp Why? - maintained and more releases planned - easy and flexible http client
- [ ] make sure everything is working in travis - [ ] make sure changes correlate with youtube
1. Introduce a way to group tests into unit and integration 2. Run unit first during build stage, and integration only after successful run of units. 3. Many of existing...
every { httpPost(init = matching { url("https://github.com") body { json { "abc" to 123 } } }) } returns Response { request(mockk()) protocol(mockk()) code(101) message("...") }
https://github.com/AsyncHttpClient/async-http-client How it's possible to have AHC as one of our backends?
Remove unused imports in the whole project. Need to reformat imports detekt suggest see #110