Jake Wharton
Jake Wharton
When I create a schema I create (at present) 3-4 modules: the schema, the composables, the widgets, and optionally the layout modifiers. You may also have API types which are...
We want to have local libraries shared among our multiple apps, as well as simplify building on CI. Hopefully SPM can do this.
With respect to the native UI tree and even node map. We basically are generating a reflection-like set of descriptors which the host adapter is using to manipulate the native...
Closes #1533
When directory missing, such as on a fresh clone: ``` * What went wrong: Execution failed for task ':zipline:jvmProcessResources'. > Native libraries missing or outdated! See https://github.com/cashapp/zipline/blob/trunk/TROUBLESHOOTING.md#missing-jni-libraries Expected 4 files,...
Today you have to use a named type which extends from `ZiplineService`, but we could automatically bridge the lambda itself and now only the lambda parameters and return type would...
Publishing to Maven Central will require that you migrate to using the Central Portal soon. See (internally) http://go/central-portal-migration-com-squareup for context. Here is an example migration: https://github.com/square/okio/pull/1621. Do not perform the...