Hello, in android projects I always create a Java/Kotlin module for the domain layer and I add it to the data layer(which is an Android module) . Now I want to do this process for a KMM project but when I create a Java/Kotlin module and add it to the shared module (commonMain) the iOS app won’t be built.
Please guid me. Thanks