hey,
i created a little kotlin multiplatform library template project with the following structure:
Root project 'kotlin-library-template'
+--- Project ':core'
\--- Project ':extensions'
\--- Project 'extensionsexample'
i want 'extensions' to be just a folder that houses different projects (like 'example'). but 'extensions' folder is recognized as project as well.
how can i exclude 'extensions' folder from being recognized as project?
https://github.com/christian-draeger/kotlin-library-template
v
Vampire
12/30/2024, 4:27 PM
Don't add it as project, you define the projects that exist in your settings script.
If you add