John Rodriguez
John Rodriguez
The following snippet allows me to access my company's internal repository: ``` #!/usr/bin/env -S kotlinc -script -- @file:Repository("https://maven.global.square/artifactory/square-public") ```
Any thoughts on this PR? @theisenp put a lot of effort into it
Seeing this a lot on Paparazzi builds, mainly with Windows workers Example run: https://github.com/cashapp/paparazzi/runs/4316309670?check_suite_focus=true
@pazzinivinicius 's response seems like the fix. Please reopen with a repro, if the issue still occurs.
Definitely! At the moment, we use a [prebuilt version of layout-lib](https://android.googlesource.com/platform/prebuilts/studio/layoutlib/+log/refs/tags/studio-4.0.0), but it would be nice to figure out how to compile and push a source jar.
The alternative is to use convention plugins to declare them in each project, which I tend to favor since it doesn't clutter the settings.gradle file. Are there any pros/cons of...
It's on the queue for review, there's some other stuff I'd like to get in first + internal feature work to deliver. Hope to have a look soon.
Was busy prepping then attending Droidcon NYC! Starting to catch up on the repo activity. Will aim to land this soon.