fakeit icon indicating copy to clipboard operation
fakeit copied to clipboard

appcompat android dependency

Open orieken opened this issue 7 years ago • 3 comments

* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.android.support:appcompat-v7:25.0.1.
  Searched in the following locations:
      https://repo1.maven.org/maven2/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.pom
      https://repo1.maven.org/maven2/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.jar
      http://dl.bintray.com/jetbrains/spek/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.pom
      http://dl.bintray.com/jetbrains/spek/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.jar
      https://jcenter.bintray.com/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.pom
      https://jcenter.bintray.com/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.jar
      https://jitpack.io/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.pom
      https://jitpack.io/com/android/support/appcompat-v7/25.0.1/appcompat-v7-25.0.1.jar
  Required by:
      project : > com.github.moove-it:fakeit:v0.5

I am pretty new to Kotlin as a whole and was trying to use this package in a spark app, it seems i need to also have this android dependency? I saw there was another issue that was closed that said it removed all android deps.

orieken avatar Oct 11 '17 00:10 orieken

Facing the same issue with version 0.5

noncom avatar Oct 29 '17 22:10 noncom

same here. so this is Android specific lib? No java apps support?

mykola-dev avatar Jan 07 '18 14:01 mykola-dev

@deviant-studio I did not do any research, but I think that the android dep is a mistake and it is possible to remove it easily. Even if it is indeed required somewhere in this lib, it can't be many places and is still easily discardable.

noncom avatar Jan 26 '18 10:01 noncom