@nisrulz@ericwastaken Great content! Maybe something similiar using TeamCity and Kotlin DSL, Gradle will be also considered? I think many people are using such combination
Could you elaborate on your suggestion. I donโt quite understand it properly
Are you suggesting using fastlane in combination with TeamCity while using Kotlin DSL for Gradle configuration?
@nisrulz meant combination of TeamCity (as a CI server) which can use Kotlin DSL as a configuration (https://blog.jetbrains.com/teamcity/2019/03/configuration-as-code-part-1-getting-started-with-kotlin-dsl/) with just an Android project (which uses Gradle). So in the Android project we configure in Gradle using Groovy (or Kotlin DSL) distribute app to AppCenter/Firebase AppDistribution, publication to Play Store, static code analysis (detekt/ktlint/lint) etc.
Yes now it makes more sense. Interesting point. We can look into that setup, since this looks interesting. I havenโt used TeamCity, but I donโt think that should be a blocker. I am more used to working with CircleCI, TravisCI and Bitrise CI.