Does anyone not use gradle for building android ap...
# android
y
Does anyone not use gradle for building android apps?
not kotlin but kotlin colored 2
Can you point me to the correct channel?
It's funny, because the android studio discord are the ones who send me here because of how advanced my topic was.
t
don't ask to ask? if you're just wondering if theres any other way, maybe you can try amper/kotlin-toolchain.
y
Ah, no i am not looking for another way, i already have a fully functional build tool (A custom build tool), My issue is that i wasn't getting any language server support, due my project not following the gradle file structure.
for kotlin that is
c
So it's an xy-Problem ? You don't want to know if people are not using Gradle but want some info on https://kotlinlang.org/docs/kotlin-lsp.html ?
🤔 1
c
You'll want to look into integrating BTA into your build tool, but I'm not sure the Kotlin LSP currently integrates with it
y
Kind of, I wanted to know if there are people who don't use gradle for building so i can learn how they get lsp support, i have looked through some articles and the repo for the official kotlin lsp for ways to configure it and i found non.
I don't know what Kotlin Build Tool API is and how/if it would benefit me.