Interplatform build

Here GitHub - svok/kotlin-multiplatform-sample: Sample of a backend-frontend bundle with kotlin ktor and different frontends: angular, android, react you can see my sample project for integration between ktor as a backend in angular as a frontend. The integration goes well in general but with some difficulties. One of the is explained here and another is in topic Dependencies in kotlin-multiplatform-js and npm.

In the branch back-import-webjar I want to add proj-angularfront subproject to resources/webjars of the backend. If I do like here kotlin-multiplatform-sample/build.gradle.kts at 20513d8d2b3e3126457e221b58406dbea3ecc937 · svok/kotlin-multiplatform-sample · GitHub I get the mentioned above error. But I want to avoid splitting the subprojects proj-angularfront and proj-backend into separate projects like is supposed to be with composite build.

On the other hand I’d like to have a possibility to make automatic integration tests with started proj-backend as backend and proj-angularfront with Jasmine or any other Selenium-based frameworks.