Support for Kotlin Script Gradle files

Description of the feature request

Using bitrise step change-android-versioncode-and-versionname does not work with build.gradle.kts files.

Use case / for what or how I would use it

An implementation of this feature allows to operate on Kotlin build scripts as well. See GutHub issue Support for Kotlin Script Gradle files · Issue #14 · bitrise-steplib/steps-change-android-versioncode-and-versionname · GitHub

In the step you can change the path to the build.gradle file.

- build_gradle_path: "$BITRISE_SOURCE_DIR/app/build.gradle.kts"

1 Like