Hi everybody, I want to add ktor client libraries ...
# ktor
e
Hi everybody, I want to add ktor client libraries as .jar file. I put all these to libs directory and add implementation:
Copy code
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
but the classes in jar files are not imported by app. Why?