Is it any option how i can name module? Like in `...
# amper
a
Is it any option how i can name module? Like in
settings.gradle.kts
:
Copy code
include(":tl-serialization")
project(":tl-serialization").projectDir = file("serialization")
a
For now, there is no such feature, but thanks for the case! Can you describe, why do you want this to be achievable? For instance, for publishing? https://youtrack.jetbrains.com/issue/AMPER-236/Design-Module-name Feel free to comment
a
The same purpose like in https://github.com/Kotlin/kotlinx-io
a
Can you please clarify a bit? Maybe a small example, related to
kotlinx-io