-
-
Notifications
You must be signed in to change notification settings - Fork 421
Open
Description
While migrating Jetcaster, core.data module does not compile
[1-129/130] Jetcaster.core.data.compile.super.kotlinlib.KotlinModule
[1-129] Compiling 26 Kotlin sources and reading 19 Java sources to /home/styl/projects/sample-apps/compose-samples-with-mill/out/Jetcaster/core/data/compile.super/kotlinlib/KotlinModule.dest/classes ...
[1-129] e: e: file:///home/styl/projects/sample-apps/compose-samples-with-mill/Jetcaster/core/data/src/main/java/com/example/jetcaster/core/data/di/DataDiModule.kt:22:40 Unresolved reference 'BuildConfig'.
This happens because the source file imports import com.example.jetcaster.core.data.BuildConfig and our generated BuildConfig does not declare a package name so the import fails.
EDIT:
Also noticed that our current implementation of BuildConfig extends AndroidAppModule. This shouldn't be the case as normal modules could have it as well.
Metadata
Metadata
Assignees
Labels
No labels