I’m trying to add a jar into a java library module, then pull that module into my app level build.gradle file as a dependency. Gradle syncs work. The issue is when I run gradlew assembleDebug, I keep getting the error
Copy code
Unresolved reference: creditcall
Execution failed for task ':app:compileDebugKotlin'