Am I doing something wrong when checking out the p...
# apollo-kotlin
w
Am I doing something wrong when checking out the project locally? I recall having problems with unresolved references back couple of months ago, and now I imported fresh project and have the same issue 😕
For example I don’t see classes from
apollo-api
in
apollo-compiler
project:
And so most files have some errors 😕
I followed the
contributing
doc and imported
composite
project (opened
composite/settings.gradle
and chose to open as project). Do I have to do something else?
m
Hi 👋 yea, that's far from ideal 😕
If you open the
dev-3.x
branch, there's a gradle property named
apollographql_skipAndroidModules
that will make everything mostly work
Ultimately, we should certainly move the Android stuff to another separate composite project
(there's almost nothing Android specific in the project)
w
I see. Shame that it also affects IntelliJ. Would disabling Android support in IntelliJ help?
m
Good idea, I haven't actually tried that
I'm not sure it'll work but it's worth trying