Join Slack
Powered by
Hi everybody, I want to add ktor client libraries ...
# ktor
e
Emirhan Emmez
06/16/2023, 10:50 AM
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?
2
Views
Open in Slack
Previous
Next