/home/jenkins/.jenkins/workspace/XmlPullParserKmp/settings.gradle:4: Warning: JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere [JcenterRepositoryObsolete] jcenter() ~~~~~~~~~ Explanation for issues of type "JcenterRepositoryObsolete": The JCenter Maven repository is no longer accepting submissions of Maven artifacts since 31st March 2021. Ensure that the project is configured to search in repositories with the latest versions of its dependencies. https://developer.android.com/r/tools/jcenter-end-of-service /home/jenkins/.jenkins/workspace/XmlPullParserKmp/build.gradle:106: Warning: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details. [OldTargetApi] targetSdkVersion 33 ~~~~~~~~~~~~~~~~~~~ Explanation for issues of type "OldTargetApi": When your application runs on a version of Android that is more recent than your targetSdkVersion specifies that it has been tested with, various compatibility modes kick in. This ensures that your application continues to work, but it may look out of place. For example, if the targetSdkVersion is less than 14, your app may get an option button in the UI. To fix this issue, set the targetSdkVersion to the highest available value. Then test your app to make sure everything works correctly. You may want to consult the compatibility notes to see what changes apply to each version you are adding support for: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html as well as follow this guide: https://developer.android.com/distribute/best-practices/develop/target-sdk. html https://developer.android.com/distribute/best-practices/develop/target-sdk.html 0 errors, 2 warnings