Combination of artifact id, group and version.
ArtifactID
gradle artifactId
Link to originalThe 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"