darkmoon_uk
07/05/2021, 12:59 AMsomeModule-jvm.jar
) in my Kotlin Multiplatform project?
Asking because I restructured my project to have submodules for Clean architecture layers, so now I have multiple JARs named e.g. domain-
, presentation-
, service-
Big Chungus
07/05/2021, 6:56 AMdarkmoon_uk
07/05/2021, 6:59 AMsettings.gradle.kts
to help with this:
fun includeAliased(path: String, aliasName: String) {
include(path)
project(path).name = aliasName
}
Bless Kotlin DSL 😁, keeps the rest tidyPiotr Krzemiński
11/28/2022, 10:04 AMjvmJar
task because the other solution influences how one can refer to the module from another modules. I went with: https://kotlinlang.slack.com/archives/C3PQML5NU/p1669629784679459?thread_ts=1669626349.157219&cid=C3PQML5NU