I had a question that I didn’t get to ask during the webinar.
Is it possible to distribute a shared kotlin library (e.g. as a maven dependency) that can be used across multiple builds so steps or code can be shared? We currently do this using a git submodule, which works but is hacky, and would like to do something a bit more robust.