nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

Gradle build Issue for search module #860

Open mohdaquib opened 1 year ago

mohdaquib commented 1 year ago

I am trying to run the application but I am getting this issue during the build. Could not resolve all task dependencies for configuration ':search:kotlinCompilerPluginClasspathDebug' Could not find net.java.dev.jna:jna:5.6.0.

I am using below configurations: Kotlin version- 1.6.21 Gradle version- 7.2 Android Studio Bumblebee