▲ 0 r/Kotlin
Super large IntelliJ projects with mixed modules (kotlin, Dart, TypeScript
I currently have 3 completely separate IntelliJ projects: Kotlin project, Dart Project and React/TypeScript project. All 3 projects sit inside of a sinlge git repo:
Git Root
Kotlin Project
- Kotlin module 1
- Kotlin module 2
- Kotlin module 3
Dart Project
- Dart module 1
- Dart module 2
- Dart module 3
React/Typescript Project
I was thinking of combining them into one large IntelliJ project, that sits at the git root.
I was wondering how others organize a project like this?
u/StokeMasterJack — 5 days ago