beplus / fastlane-plugin-versioning_android

Android Versioning Plugin for Fastlane
MIT License
140 stars 25 forks source link

not working in when using build.gradle.ktx #18

Open 0biny opened 1 year ago

0biny commented 1 year ago

android_set_version_name Action not found file when used build.gradle.ktx ( kotlin script).

It is working in build.gradle. but build.gradle.ktx is not working.

Please handling branch ( ktx, groovy ) and apply.

sc941737 commented 1 year ago

Since this still hasn't been addressed now 10 months later, I decided to mention that I created a veeery simple fork a while ago that works with build.gradle.kts. I'm not deeply familiar with Ruby and I didn't want to spend too much time on it, so I just modified it slightly. As a result, it isn't smart, so it doesn't work with Groovy, only KTS - consider it a workaround until a proper fix appears. That said, we've been using it at our company in production for nearly 6 months now without any issues, so I'd say it's good enough.