Build android APK with Docker and docker-compose

Hello,

I need to dockerize an android app (apk) and building it into a container.
This app is coded in Kotlin, I don’t know this language and I found nothing about dockerizing it.

So, how can i build an apk with docker ? I also need to do it with docker-compose.

Thanks for your help.