I think generally smaller PRs are preferable if the work is easily separable, which it sounds like this is. I'd recommend you go ahead and put up a PR, you might even split it into one PR per file if that makes sense to you.
Side note - do you have a Jira ID? We should get BEAM-11589 assigned to you if you are working on it :) Brian On Thu, Jan 28, 2021 at 2:52 AM Ramazan Yapparov < [email protected]> wrote: > Hi Beam Dev! > I started to work on this issue > https://issues.apache.org/jira/browse/BEAM-11589 - migrating Gradle > scripts from Groovy to Kotlin. > Currently, I've migrated settings.gradle, buildSrc/build.gradle and > release/build.gradle files to Kotlin. > I believe that this work should be done incrementally, so I wanted to ask > if this amount of changes is enough for a PR or should I migrate more > modules? > >
