Couldn't find anything about this on the web but d...
# android
m
Couldn't find anything about this on the web but does anyone use Travis CI to build their apps? Trying to figure out how the support for Kotlin on Travis is
a
What are you trying to do? I only use it to build and clean and it works fine.
m
I'm trying to help a friend of mine. They use Travis CI for continuous integration and she wants to start using Kotlin in their projects but the one thing standing in the way is integrating Kotlin into their Travis build. There's very little on the web about whether Travis supports Kotlin or getting Kotlin to build on Travis somehow
g
Which technology/programming language your friend use now? It's shouldn't be any difference, just configure build tool locally for Kotlin
m
So I think that the issue is that Travis's Android plugin doesn't support Kotlin yet, from what I understand but maybe the gradle build takes care of that? I'm not sure
g
Travis Android plugin?
Of course, to build Android you need Gradle, and there a bunch of manuals how to configure Kotlin for Android Gradle project. To build on travis then just run required gradle task (assemble or test or something else)