Hello, we've noticed that in the Kotlin-iOS code, we're using for example
•
keyWindow,
•
photoLibrary,
• and others,
which are deprecated. However, when building the app, we don't get any warnings ⚠️ about that.
Is there a way to see such warnings, or find all deprecated code we might be using? Thanks!