pablisco
10/06/2023, 9:04 PMauthService
• Removing the two targets on the consumer module (prod
and dev
normally)
• Adding the relevant targets to the imported module to match that of the consumer
None of these seem to work, so I’m a bit lost to what I may be doing wrong 🙃
Anyone had a similar issue before?mbonnin
10/07/2023, 2:42 PMpablisco
10/07/2023, 2:44 PMmbonnin
10/07/2023, 2:45 PMpablisco
10/07/2023, 2:46 PMmbonnin
10/07/2023, 2:47 PMpablisco
10/07/2023, 2:47 PMmbonnin
10/07/2023, 3:11 PMexpect
working actually using a manual sourceSet: https://github.com/martinbonnin/test-compilations/blob/main/build.gradle.ktspablisco
10/07/2023, 3:12 PMCLOVIS
10/09/2023, 9:10 AMAuthService.kt
has no package
declaration? If so, that's why—you can't import things from the default package.pablisco
10/09/2023, 9:20 AMCLOVIS
10/09/2023, 12:10 PMpablisco
10/09/2023, 4:13 PMmbonnin
10/17/2023, 1:37 PMWas able to getWelp, that doesn't work 😞 . I just realized it outputs a big warning:working actually using a manual sourceSetexpect
w: Following Kotlin Source Set groups can't depend on 'jvmCommon' together as they belong to different Kotlin Source Set Trees.
Source Sets from 'dev' Tree:
* 'jvmDev'
Source Sets from 'prod' Tree:
* 'jvmProd'