/home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/composeApp/build.gradle.kts:58: 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] targetSdk = libs.versions.android.targetSdk.get().toInt() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:5: 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] android-targetSdk = "35" ~~~~ Explanation for issues of type "OldTargetApi": When your application or sdk 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 /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/wrapper/gradle-wrapper.properties:3: Warning: A newer version of Gradle than 8.13 is available: 8.14.3 [AndroidGradlePluginVersion] distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:2: Warning: A newer version of com.android.application than 8.11.0 is available: 8.11.1 [AndroidGradlePluginVersion] agp = "8.11.0" ~~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:2: Warning: A newer version of com.android.kotlin.multiplatform.library than 8.11.0 is available: 8.11.1 [AndroidGradlePluginVersion] agp = "8.11.0" ~~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:2: Warning: A newer version of com.android.library than 8.11.0 is available: 8.11.1 [AndroidGradlePluginVersion] agp = "8.11.0" ~~~~~~~~ Explanation for issues of type "AndroidGradlePluginVersion": This detector looks for usage of the Android Gradle Plugin where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find. /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/composeApp/build.gradle.kts:53: Warning: A newer version of compileSdkVersion than 35 is available: 36 [GradleDependency] compileSdk = libs.versions.android.compileSdk.get().toInt() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:3: Warning: A newer version of compileSdkVersion than 35 is available: 36 [GradleDependency] android-compileSdk = "35" ~~~~ Explanation for issues of type "GradleDependency": This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find. /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor.plugin than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-client-content-negotiation than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-client-core-jvm than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-client-json than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-client-okhttp than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-serialization-kotlinx-json than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-server-conditional-headers than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-server-content-negotiation than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-server-core-jvm than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:20: Warning: A newer version of io.ktor:ktor-server-netty-jvm than 3.1.3 is available: 3.2.2 [NewerVersionAvailable] ktor = "3.1.3" #Must wait for 3.2.1 due to https://youtrack.jetbrains.com/issue/KTOR-8583#focus=Comments-27-12184056.0-0 ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:24: Warning: A newer version of org.jetbrains.kotlinx:kotlinx-datetime than 0.7.0 is available: 0.7.1 [NewerVersionAvailable] kotlinx-date-time = "0.7.0" ~~~~~~~ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/gradle/libs.versions.toml:25: Warning: A newer version of com.squareup.okhttp3:okhttp than 4.12.0 is available: 5.1.0 [NewerVersionAvailable] okhttp = "4.12.0" ~~~~~~~~ Explanation for issues of type "NewerVersionAvailable": This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the GradleDependency check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also much slower. /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/composeApp/src/androidMain/res/drawable-v24: Warning: This folder configuration (v24) is unnecessary; minSdkVersion is 24. Merge all the resources in this folder into drawable. [ObsoleteSdkInt] Explanation for issues of type "ObsoleteSdkInt": This check flags version checks that are not necessary, because the minSdkVersion (or surrounding known API level) is already at least as high as the version checked for. Similarly, it also looks for resources in -vNN folders, such as values-v14 where the version qualifier is less than or equal to the minSdkVersion, where the contents should be merged into the best folder. /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher.xml:2: Warning: The application adaptive icon is missing a monochrome tag [MonochromeLauncherIcon] ^ /home/jenkins/.jenkins/workspace/RESPECT-curriculum-mapping/composeApp/src/androidMain/res/mipmap-anydpi-v26/ic_launcher_round.xml:2: Warning: The application adaptive roundIcon is missing a monochrome tag [MonochromeLauncherIcon] ^ Explanation for issues of type "MonochromeLauncherIcon": If android:roundIcon and android:icon are both in your manifest, you must either remove the reference to android:roundIcon if it is not needed; or, supply the monochrome icon in the drawable defined by the android:roundIcon and android:icon attribute. For example, if android:roundIcon and android:icon are both in the manifest, a launcher might choose to use android:roundIcon over android:icon to display the adaptive app icon. Therefore, your themed application iconwill not show if your monochrome attribute is not also specified in android:roundIcon. 0 errors, 23 warnings