jaredsburrows / android-gif-search

Gif LazyVerticalGrid MVVM using Dagger 2 + Hilt with Retrofit 2, Moshi, Kotlin Coroutines, JUnit, Espresso and Robolectric tests!

Home Page:https://play.google.com/store/apps/details?id=com.burrowsapps.gif.search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question not an issue

honglili-qochealth opened this issue · comments

Hi Jared,
How did you generate project-scheme.json under gradle folder?
I was facing a similar issue you had regarding "Unresolved reference: compile".

My build was working with gradle 4.0.2, but not any version after that.

Thanks,
HL

Try gradlew kotlinDslAccessorsSnapshot but this project already comes with Kotlin DSL. You should be using the gradlew that comes with the project. This project is using Gradle 4.1.

@honglili-qochealth Did this help? If so, can we close this?

Thanks, @jaredsburrows , I had a different issue.

@honglili-qochealth What is the different issue? Anything I can help with?

It's an issue related to multi-module project setup. My project is multi-module based. Latest gradle generated project-schema.json under $prject_root/buildSrc/src/gradle-script-ktoin. The issue has been acknowledged by kotlin-dsl author, they will fix this in 1.0.0 milestone.

Thanks @jaredsburrows

Ok. Nice!