Hello friends! (apologies if this is not the right place to ask) Is there any barebones template for a CLI app divided into subprojects? kmp.jetbrains.com only gives me the option of having Compose when choosing Desktop, or Ktor when choosing Server. Any suggestion is welcome. Thanks!
c
CLOVIS
05/07/2024, 10:01 AM
Can you describe what you are looking for exactly? A single
:cli
module and a
:core
module?
p
Paulo Cereda
05/07/2024, 11:22 AM
Sure! Sorry for the generic question. 😅 Yes, a
:cli
+
:core
would be a perfect example. Context: we have a multiplatform project using a deprecated/old syntax/structure that no longer builds with Kotlin > 1.9.10. Trying to fix the (cryptic) Gradle errors or converting parts of the build file to the new syntax did not work well for us, so I am taking a stab at starting fresh with a simple project. 😉