What Defines Gradle Output

Combination of artifact id, group and version.

ArtifactID

The artifact ID defaults to the project name configured in settings.gradle, which in turn defaults to the project directory's name. - so post

group and version

in build.gradle.kts

group = "net.kodein.demo.crypto"
version = "1.0"