https://kotlinlang.org logo
#amper
Title
# amper
a

andreypfau

11/20/2023, 5:03 PM
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

Alexander Tsarev

11/21/2023, 1:08 PM
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

andreypfau

11/23/2023, 2:15 PM
The same purpose like in https://github.com/Kotlin/kotlinx-io
a

Alexander Tsarev

11/23/2023, 2:47 PM
Can you please clarify a bit? Maybe a small example, related to
kotlinx-io