Advertisement
Guest User

Unresolved reference: Matchers

a guest
Oct 6th, 2018
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:compileDebugAndroidTestSources, :app:compileDebugUnitTestSources, :app:compileDebugSources]
  2.  
  3. Configuration on demand is an incubating feature.
  4. :app:preBuild UP-TO-DATE
  5. :app:preDebugBuild UP-TO-DATE
  6. :app:compileDebugAidl UP-TO-DATE
  7. :app:compileDebugRenderscript UP-TO-DATE
  8. :app:checkDebugManifest UP-TO-DATE
  9. :app:generateDebugBuildConfig UP-TO-DATE
  10. :app:prepareLintJar UP-TO-DATE
  11. :app:mainApkListPersistenceDebug UP-TO-DATE
  12. :app:generateDebugResValues UP-TO-DATE
  13. :app:generateDebugResources UP-TO-DATE
  14. :app:mergeDebugResources UP-TO-DATE
  15. :app:createDebugCompatibleScreenManifests UP-TO-DATE
  16. :app:processDebugManifest UP-TO-DATE
  17. :app:splitsDiscoveryTaskDebug UP-TO-DATE
  18. :app:processDebugResources UP-TO-DATE
  19. :app:generateDebugSources UP-TO-DATE
  20. :app:preDebugAndroidTestBuild UP-TO-DATE
  21. :app:compileDebugAndroidTestAidl UP-TO-DATE
  22. :app:processDebugAndroidTestManifest UP-TO-DATE
  23. :app:compileDebugAndroidTestRenderscript UP-TO-DATE
  24. :app:generateDebugAndroidTestBuildConfig UP-TO-DATE
  25. :app:mainApkListPersistenceDebugAndroidTest UP-TO-DATE
  26. :app:generateDebugAndroidTestResValues UP-TO-DATE
  27. :app:generateDebugAndroidTestResources UP-TO-DATE
  28. :app:mergeDebugAndroidTestResources UP-TO-DATE
  29. :app:processDebugAndroidTestResources UP-TO-DATE
  30. :app:generateDebugAndroidTestSources UP-TO-DATE
  31. :app:mockableAndroidJar UP-TO-DATE
  32. :app:transformDataBindingBaseClassLogWithDataBindingMergeGenClassesForDebug UP-TO-DATE
  33. :app:dataBindingGenBaseClassesDebug UP-TO-DATE
  34. :app:dataBindingExportBuildInfoDebug UP-TO-DATE
  35. :app:kaptGenerateStubsDebugKotlin UP-TO-DATE
  36. :app:transformDataBindingWithDataBindingMergeArtifactsForDebug UP-TO-DATE
  37. :app:kaptDebugKotlin
  38. A problem was found with the configuration of task ':app:kaptDebugKotlin'. Registering invalid inputs and outputs via TaskInputs and TaskOutputs methods has been deprecated and is scheduled to be removed in Gradle 5.0.
  39. - Cannot write to file '.../app/build/intermediates/data-binding/debug/bundle-bin' specified for property 'dataBindingArtifactOutputDir' as it is a directory.
  40. :app:kaptDebugKotlin UP-TO-DATE
  41. :app:compileDebugKotlin UP-TO-DATE
  42. :app:javaPreCompileDebug UP-TO-DATE
  43. :app:compileDebugJavaWithJavac UP-TO-DATE
  44. :app:bundleAppClassesDebug UP-TO-DATE
  45. :app:kaptGenerateStubsDebugAndroidTestKotlin UP-TO-DATE
  46. :app:kaptDebugAndroidTestKotlin
  47. A problem was found with the configuration of task ':app:kaptDebugAndroidTestKotlin'. Registering invalid inputs and outputs via TaskInputs and TaskOutputs methods has been deprecated and is scheduled to be removed in Gradle 5.0.
  48. - Cannot write to file '.../app/build/intermediates/data-binding/androidTest/debug/bundle-bin' specified for property 'dataBindingArtifactOutputDir' as it is a directory.
  49. :app:kaptDebugAndroidTestKotlin UP-TO-DATE
  50. :app:compileDebugAndroidTestKotlin UP-TO-DATE
  51. :app:javaPreCompileDebugAndroidTest UP-TO-DATE
  52. :app:compileDebugAndroidTestJavaWithJavac UP-TO-DATE
  53. :app:compileDebugAndroidTestNdk NO-SOURCE
  54. :app:compileDebugAndroidTestSources UP-TO-DATE
  55. :app:kaptGenerateStubsDebugUnitTestKotlin
  56. :app:kaptDebugUnitTestKotlin UP-TO-DATE
  57. e: .../TransactionUnitTest.kt: (4, 21): Unresolved reference: Matchers
  58. e: .../TransactionUnitTest.kt: (77, 63): Unresolved reference: lessThan
  59. :app:compileDebugUnitTestKotlin FAILED
  60.  
  61. FAILURE: Build failed with an exception.
  62.  
  63. * What went wrong:
  64. Execution failed for task ':app:compileDebugUnitTestKotlin'.
  65. > Compilation error. See log for more details
  66.  
  67. * Try:
  68. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  69.  
  70. * Get more help at https://help.gradle.org
  71.  
  72. BUILD FAILED in 1s
  73. 41 actionable tasks: 2 executed, 39 u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement