Daniele B
07/17/2025, 5:52 PMjw
07/17/2025, 5:55 PMjw
07/17/2025, 5:56 PMjw
07/17/2025, 5:58 PMDaniele B
07/17/2025, 6:07 PMjw
07/17/2025, 6:07 PMArtem Kobzar
07/18/2025, 10:28 AMAdam Tang
07/27/2025, 12:42 AMArtem Kobzar
07/27/2025, 2:01 PMDavid Herman
07/28/2025, 4:47 PM@Adam Tang I wonder can we import kobweb into 1 kotlin compose multiplatform project in idea or it needed to be in 2 projects.I might be misunderstanding what you want to do here, but I'll answer the question I think you're asking. If I am answering the wrong question, feel free to clarify further 🙂 It's best to keep your Kobweb site codebase in its own module. The Gradle build scripts are different between a Kobweb project and a C4W project (e.g. they apply different plugins), and Kobweb treats some folders as having special meanings (e.g.
pages
, resources/public
, resources/markdown
, .kobweb
) and it also generates boilerplate (e.g. index.html
) which might clash with what C4W wants to do.
But if you're asking if you could have a Kobweb project in the same workspace as Android, iOS, and Desktop projects using CMP, then sure, of course that's totally fine.Adam Tang
07/28/2025, 10:34 PMDavid Herman
07/28/2025, 10:51 PM