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
adam-mcneilly
02/08/2018, 8:34 PM
What are you trying to do? I only use it to build and clean and it works fine.
m
Mags
02/08/2018, 9:16 PM
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
gildor
02/08/2018, 11:32 PM
Which technology/programming language your friend use now? It's shouldn't be any difference, just configure build tool locally for Kotlin
m
Mags
02/09/2018, 11:01 PM
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
gildor
02/10/2018, 2:03 AM
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)