Tag: Android Studio
-
Apollo Android Client – Cannot access generated classes on classpath
4 I’ve generated the Apollo classes successfully and can see them in the build directory, however they’re not available on the classpath. Strangely the Enum that is generated is available but the classes themselves aren’t. Running the sample project provided on Apollo’s Github does work but I cant see the difference between the configurations. mcve…
-
Android Studio Kotlin unresolved reference : products
0 I am using Android Studio Giraffe and mobile buy sdk 16.1.0.when I want to add a query for retrieve first 3 products from shopify it gives unresolved reference : products but all my dependencies and imports are correct should I use something different? val query = Storefront.query { rootQuery: Storefront.QueryRootQuery -> rootQuery.shop { shopQuery:…