chuck
chuck copied to clipboard
Compile time error
Error:Execution failed for task ':lazada-app:compileReleaseDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details. Error:(17, 36) error: package com.readystatesoftware.chuck does not exist
I had the same issue on TeamCity with the no-op library.
It's building in Android Studio.
I replaced compile with implementation, so it became:
releaseImplementation 'com.readystatesoftware.chuck:library-no-op:1.1.0'
but I don't think this could be the reason.
I added back MavenCentral to the repositories to no avail.
What could cause this?