Kotlin / Storytale

Apache License 2.0
184 stars 4 forks source link

build: Initialize necessary modules #1

Closed whitescent closed 5 months ago

JSMonk commented 5 months ago

Hey @whitescent We discussed that the repo will be a monorepo with 3 Gradle submodules:

Could you make this generated by the wizard project as a Gallary submodule? We also need to create two more: for the Gradle plugin and for the library.

As a reference, you could take a look at the Koin repository

whitescent commented 5 months ago

oh that's my fault, I forgot to add other modules, Now they are added to the project :)

The project structure now looks like:

image

The Gralde Plugin Module is only include jvm dependency

image

And the runtime module is treated as a multi-platform supported module. How does it look now? 🧐

image