Hello,
Is it possible to have a KMM project nested in another one? Like create a KMM library, and the project includes a test app build with KMM as well.
Thanks for your answer!
So I cannot go deeper than one level.
c
CLOVIS
06/22/2021, 1:40 PM
You definitely can, sorry if that wasn't precise. Here's another one that goes multiple levels down: https://gitlab.com/braindot/clovis (notice modules
:compose
,
:compose:client
, etc)
CLOVIS
06/22/2021, 1:41 PM
The only thing you need, is that they should all have a
build.gradle
, and there should be a single
settings.gradle
at the root
CLOVIS
06/22/2021, 1:41 PM
(also there are a few details, but you'll find those when you try: the Kotlin plugins must be declared in the root project)