Kotlin/Native without build automation tool

Hello. I’m a newbie in Kotlin programming. I have a question. Can I use Kotlin/Native to create app without build automation tools like Gradle, Maven, Ant, and other similar tools?

Yes, you can do that, but it is a very annoying process.
Compiler options here: Kotlin compiler options | Kotlin Documentation (kotlinlang.org)

If you want to study build tools later, I recommend starting with Kotlin notebooks. Either GitHub - Kotlin/kotlin-jupyter: Kotlin kernel for Jupyter/IPython or https://datalore.jetbrains.com/. If you have IDEA ultimate subscription, you can use a notebook inside the IDE.