/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/AztecEditor.kt:128: Warning: Avoid passing null as the view root (needed to resolve layout parameters on the inflated layout's root element) [InflateParams]
                val rootView = LayoutInflater.from(context).inflate(R.layout.aztec_editor, null, false)
                                                                                           ~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/ClazzLogEditAttendanceToggleGroup.kt:46: Warning: Avoid passing null as the view root (needed to resolve layout parameters on the inflated layout's root element) [InflateParams]
                null, false
                ~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/DatePickerSpinner.kt:32: Warning: Avoid passing null as the view root (needed to resolve layout parameters on the inflated layout's root element) [InflateParams]
            LayoutInflater.from(context).inflate(R.layout.datepicker_spinner, null, false).apply {
                                                                              ~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/HtmlClickableTextField.kt:78: Warning: Avoid passing null as the view root (needed to resolve layout parameters on the inflated layout's root element) [InflateParams]
                R.layout.item_text_input_layout, null, false
                                                 ~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/webview/UstadWebView.kt:94: Warning: Avoid passing null as the view root (needed to resolve layout parameters on the inflated layout's root element) [InflateParams]
                  R.layout.screen_xapi, null, false
                                        ~~~~

   Explanation for issues of type "InflateParams":
   When inflating a layout, avoid passing in null as the parent view, since
   otherwise any layout parameters on the root of the inflated layout will be
   ignored.

   https://www.bignerdranch.com/blog/understanding-androids-layoutinflater-inflate/

/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_connect.xml:2: Warning: Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more [VectorRaster]
    android:width="1000dp"
                   ~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding1.xml:2: Warning: Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more [VectorRaster]
    android:viewportWidth="1000" android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android">
                                                ~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding2.xml:2: Warning: Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more [VectorRaster]
    android:viewportWidth="1000" android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android">
                                                ~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding3.xml:2: Warning: Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more [VectorRaster]
    android:viewportWidth="1000" android:width="512dp" xmlns:android="http://schemas.android.com/apk/res/android">
                                                ~~~~~

   Explanation for issues of type "VectorRaster":
   Vector icons require API 21 or API 24 depending on used features, but when
   minSdkVersion is less than 21 or 24 and Android Gradle plugin 1.4 or higher
   is used, a vector drawable placed in the drawable folder is automatically
   moved to drawable-anydpi-v21 or drawable-anydpi-v24 and bitmap images are
   generated for different screen resolutions for backwards compatibility.

   However, there are some limitations to this raster image generation, and
   this lint check flags elements and attributes that are not fully supported.
   You should manually check whether the generated output is acceptable for
   those older devices.

/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/build.gradle.kts:111: Warning: A newer version of compileSdkVersion than 34 is available: 35 [GradleDependency]
    compileSdk = 34
    ~~~~~~~~~~~~~~~

   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/.gradle/caches/modules-2/files-2.1/com.athaydes.rawhttp/rawhttp-core/2.6.0/8bbc07fc8faa95d25f8d4d686336b37f674a84b1/rawhttp-core-2.6.0.jar: Warning: checkClientTrusted is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers [TrustAllX509TrustManager]
/home/jenkins/.gradle/caches/modules-2/files-2.1/com.athaydes.rawhttp/rawhttp-core/2.6.0/8bbc07fc8faa95d25f8d4d686336b37f674a84b1/rawhttp-core-2.6.0.jar: Warning: checkServerTrusted is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers [TrustAllX509TrustManager]

   Explanation for issues of type "TrustAllX509TrustManager":
   This check looks for X509TrustManager implementations whose
   checkServerTrusted or checkClientTrusted methods do nothing (thus trusting
   any certificate chain) which could result in insecure network traffic
   caused by trusting arbitrary TLS/SSL certificates presented by peers.

   https://goo.gle/TrustAllX509TrustManager

/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/ic_delay.xml:11: Warning: Very long vector path (1479 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath]
      android:pathData="M10.9303,9.0741C10.9303,6.8389 9.0969,5.0056 6.8617,5.0056c-2.2352,0 -4.0686,1.8334 -4.0686,4.0686 0,2.2352 1.8334,4.0686 4.0686,4.0686 2.2352,-0.0251 4.0686,-1.8334 4.0686,-4.0686zM6.3594,6.7134l1.0046,0l0,3.0389l-1.0046,0zM6.7613,11.5605C6.7361,11.5605 6.711,11.5354 6.6608,11.5354 6.6357,11.5354 6.6106,11.5103 6.5603,11.4852 6.5352,11.46 6.5101,11.4349 6.485,11.4349 6.4599,11.4098 6.4348,11.3847 6.4348,11.3596 6.4097,11.3345 6.4097,11.3093 6.3845,11.2842c-0.0251,-0.0251 -0.0251,-0.0502 -0.0251,-0.1005 0,-0.0251 0,-0.0753 0,-0.1005 0,-0.0251 0,-0.0753 0,-0.1005 0,-0.0251 0.0251,-0.0502 0.0251,-0.1005 0,-0.0251 0.0251,-0.0502 0.0502,-0.1005 0.0251,-0.0251 0.0251,-0.0502 0.0502,-0.0753 0.0251,-0.0251 0.0502,-0.0502 0.0753,-0.0502 0.0251,-0.0251 0.0502,-0.0251 0.1005,-0.0502 0.0251,0 0.0502,-0.0251 0.1005,-0.0251 0.0753,0 0.1256,0 0.2009,0 0.0251,0 0.0753,0.0251 0.1005,0.0251 0.0251,0.0251 0.0502,0.0251 0.0753,0.0502 0.0251,0.0251 0.0502,0.0502 0.0753,0.0502 0.0251,0.0251 0.0502,0.0502 0.0502,0.0753 0.0251,0.0251 0.0251,0.0502 0.0502,0.1005 0.0251,0.0251 0.0251,0.0502 0.0251,0.1005 0,0.0251 0,0.0753 0,0.1005 0,0.0251 0,0.0753 0,0.1005 0,0.0251 -0.0251,0.0502 -0.0251,0.1005 0,0.0251 -0.0251,0.0502 -0.0502,0.0753 -0.0251,0.0251 -0.0251,0.0502 -0.0502,0.0753 -0.0251,0.0251 -0.0502,0.0502 -0.0753,0.0502 -0.0251,0.0251 -0.0502,0.0251 -0.0753,0.0502 -0.0251,0.0251 -0.0502,0.0251 -0.1005,0.0251 -0.0251,0 -0.0753,0 -0.1005,0 -0.0251,0.0251 -0.0753,0.0251 -0.1005,0z"/>
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_connect.xml:625: Warning: Very long vector path (830 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath]
      android:pathData="M172.58,683.18c-3.75,-3 -7.47,-5.95 -11.09,-9 -0.17,-0.84 -0.34,-1.69 -0.51,-2.57C156,646.23 133.18,605.07 127.24,606s-11.43,-5.95 -15.39,-13.41 -11.94,2 -17.38,5.48l-0.21,0.13c-5.31,3.21 -8.73,-1.18 -8.73,-5.61s-1,-9.4 -5.95,-10.92 -10.92,7 -12.4,11.43 -6.45,5.95 -9.45,1.48 0.51,-13.88 0,-18.85 -5.95,-5.44 -14.38,2 -11.94,7 -16.41,3.5 5.95,-18.39 11.43,-19.86 6.45,-4 3,-5.95S29.94,556.9 29.43,551c0,-14.42 19.86,-4 19.86,-4s-9.91,-17.84 -1.48,-24.29 5.95,1.48 7.93,10.42c1.05,4.68 5.48,8 9.49,10.08A40.74,40.74 0,0 0,72.12 546c-0.25,-7.13 2.24,-15.86 6.49,-15.23s3.29,10.54 5.61,15.44 8.52,6.24 10.16,4.93 0.67,-7.89 3,-13.79 6.58,-1.64 9.19,1.65 4.6,10.16 5.57,14.76 9.19,0.34 15.44,-2.28 5.27,5.23 4.3,8.52 -2.32,9.53 1.35,10.33c8.94,1 12.91,7.93 14.38,16.87s-3.46,12.91 2.49,23.32C154.91,618.94 167.81,665.59 172.58,683.18Z"
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding1.xml:74: Warning: Very long vector path (1266 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath]
        <path android:fillColor="#a8c9ff" android:pathData="M451.28,440.54a342.66,342.66 0,0 1,2.22 35.15,4.77 4.77,0 0,0 -0.51,0.15c-1.53,0.33 -6.31,1.46 -12,2.81 -6.64,1.57 -13,4.08 -17,5.43 -0.15,0 -0.29,0.11 -0.44,0.15a8,8 0,0 1,-3.32 0.22c-4.41,-0.26 -10.54,-2.33 -14.07,-2.84 -2.62,-0.36 -8.68,-1.17 -14.95,-2 -1.35,-0.18 -2.73,-0.36 -4.08,-0.51 -3.28,-0.44 -6.38,-0.84 -8.9,-1.13 -4.19,-0.51 -11.52,-3.32 -17.72,-5.94 -1.24,-0.51 -2.44,-1.06 -3.54,-1.53 -2.66,-1.17 -4.85,-2.19 -6.13,-2.81 -0.77,-0.33 -1.2,-0.55 -1.2,-0.55 2,-8 -7.44,-49.15 -9.92,-59.65 -0.36,-1.57 -0.58,-2.44 -0.58,-2.44 -2.92,0 -7.33,-2.33 -8.93,-3.28a4.83,4.83 0,0 1,-0.62 -0.33s-6.23,-36.79 -6.89,-60.45 33.51,-43.71 33.51,-43.71c9.22,1.64 20.71,9.55 24.65,18.74s18.74,21 23.66,20.05c14.44,-1.28 -3.72,-31.76 -4.56,-33.14 0.95,0.44 16.26,7.88 23.26,9.48 7.26,1.64 7.91,5.91 7.91,5.91l22.31,35.8a22.21,22.21 0,0 1,-2.66 6.89,35.09 35.09,0 0,1 -7.55,8.75c-1.17,1 -2.3,1.82 -3.28,2.55l-1,0.69c-0.44,0.29 -0.8,0.55 -1.17,0.77q-0.82,0.55 -1.42,0.88a2.31,2.31 0,0 0,-0.44 0.26,5.21 5.21,0 0,0 -0.51,0.26 30.31,30.31 0,0 1,0.66 10.17c0.36,0.58 0.69,1.17 1.06,1.75s0.69,1.2 1,1.82 0.62,1.28 0.95,1.93 0.51,1 0.73,1.53q1.15,2.52 2.19,5.25c0.26,0.69 0.51,1.39 0.73,2.08s0.51,1.42 0.73,2.15a154,154 0,0 1,4.7 18.59C449.57,427.23 450.55,434.09 451.28,440.54Z"/>
                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding1.xml:76: Warning: Very long vector path (1049 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath]
        <path android:fillColor="#233263" android:pathData="M440.49,668.7C436,712.67 439,783.95 439,783.95a70.87,70.87 0,0 1,-14.73 6.31c-3.43,-10.39 -6.85,-32.3 -4.41,-81.27 4.27,-86.44 9.11,-113.31 9.11,-128.34s-0.55,-24.17 -5.36,-39.23c0,0 -0.29,2.15 -0.84,5.72 -0.07,0.58 -0.18,1.2 -0.26,1.9a0.71,0.71 0,0 0,0 0.29c-2.52,16.88 -8.39,55.6 -11,63.8 -1.24,3.94 -4.41,15.46 -7.77,30a1.43,1.43 0,0 1,-0.11 0.51c-2.63,11.48 -5.36,24.83 -7.4,37.84 0,-2 -0.07,-3.17 -0.07,-3.17s-4,34 -5.54,54.29 6.67,79.77 6.67,79.77a61.44,61.44 0,0 1,-7.07 3.57,42.2 42.2,0 0,1 -17.5,3.86c-1.64,-21.29 -7.8,-101.94 -8.71,-124.25 -1.09,-25.78 11.27,-99.9 10.72,-157.36 -0.36,-39.49 -18,-49.84 -28.95,-52.43a53.14,53.14 0,0 1,4.52 -8.68l0,0.62s1.86,1.86 4.38,4c0.8,0.73 1.71,1.49 2.66,2.22a22.81,22.81 0,0 0,6.67 3.9c5.1,1.46 9.11,3.39 17.14,4.85 1.39,0.26 2.52,0.47 3.46,0.73 1.53,0.33 2.63,0.66 3.68,0.95a48.85,48.85 0,0 0,9.63 1.6,152.9 152.9,0 0,0 21.47,0.44c1.17,0 2.15,-0.11 3,-0.18l1.17,-0.11c2.11,-0.26 5.72,-0.77 9.63,-1.53 5.51,-1.06 11.59,-2.62 14.95,-4.56a2,2 0,0 0,0.47 -0.26C456.57,525.86 444.76,626.41 440.49,668.7Z"/>
                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/illustration_onboarding2.xml:7: Warning: Very long vector path (829 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector. [VectorPath]
        <path android:fillColor="#291e15" android:pathData="M300.53,403.41a65.65,65.65 0,0 1,-20.93 22.29s-10.93,39.93 -12.16,61.68l-0.47,-0.3a18.16,18.16 0,0 1,-4.19 -3.82c-0.37,-0.47 -0.73,-1 -1.1,-1.46a18.55,18.55 0,0 1,-1.46 -2.56l-0.1,0.4a31.36,31.36 0,0 0,-0.7 7,49 49,0 0,0 0.8,8.57c1.79,10.2 4.45,21.26 4.45,21.26 6.21,10.23 9.73,26.61 9.73,26.61 -26.14,-19.5 -51.89,8.87 -57.2,16.87S205.7,575 201.28,578.14s-12.42,11.53 -12.42,11.53c-7.11,0.9 -20.86,-3.09 -36.37,-12s-10.63,-37.7 -4.42,-65.64C152.52,492 165,479 171.68,473.3a56.63,56.63 0,0 0,1.06 17.07s1.86,-12.76 3.19,-20.4a0.1,0.1 0,0 1,0.07 0c0,-0.27 0.07,-0.56 0.1,-0.83 0.1,-0.93 0.2,-1.86 0.33,-2.79 1.93,-13 7.08,-25.81 11.63,-37.9 3.92,-10.46 8.4,-21.23 13.05,-31.59 3.49,-7.71 6.64,-15 13.32,-20.5 11.89,-9.73 29,-12.86 44,-10.76a53,53 0,0 1,8.47 1.93c23.52,7.54 33,34.75 33,34.75C300.1,402.65 300.33,403 300.53,403.41Z"/>
                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "VectorPath":
   Using long vector paths is bad for performance. There are several ways to
   make the pathData shorter:
   * Using less precision
   * Removing some minor details
   * Using the Android Studio vector conversion tool
   * Rasterizing the image (converting to PNG)

/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/course_banner_default0.webp: Warning: Found bitmap drawable res/drawable/course_banner_default0.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/course_banner_default1.webp: Warning: Found bitmap drawable res/drawable/course_banner_default1.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/course_banner_default2.webp: Warning: Found bitmap drawable res/drawable/course_banner_default2.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/course_banner_default3.webp: Warning: Found bitmap drawable res/drawable/course_banner_default3.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/course_banner_default4.webp: Warning: Found bitmap drawable res/drawable/course_banner_default4.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/individual_create.webp: Warning: Found bitmap drawable res/drawable/individual_create.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/individual_restore.webp: Warning: Found bitmap drawable res/drawable/individual_restore.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/onboarding_add_org.webp: Warning: Found bitmap drawable res/drawable/onboarding_add_org.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/onboarding_existing.webp: Warning: Found bitmap drawable res/drawable/onboarding_existing.webp in densityless folder [IconLocation]
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/res/drawable/onboarding_individual.webp: Warning: Found bitmap drawable res/drawable/onboarding_individual.webp in densityless folder [IconLocation]

   Explanation for issues of type "IconLocation":
   The res/drawable folder is intended for density-independent graphics such
   as shapes defined in XML. For bitmaps, move it to drawable-mdpi and
   consider providing higher and lower resolution versions in drawable-ldpi,
   drawable-hdpi and drawable-xhdpi. If the icon really is density independent
   (for example a solid color) you can place it in drawable-nodpi.

   https://developer.android.com/guide/practices/screens_support.html

/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/components/UstadAsyncImage.kt:18: Warning: Use the KTX extension function String.toUri instead? [UseKtx]
        model = remember { Uri.parse(uri) },
                           ~~~~~~~~~~~~~~
/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-release-learningtree2/lib-ui-compose/src/androidMain/kotlin/com/ustadmobile/libuicompose/view/videocontent/VideoContentScreen.kt:147: Warning: Use the KTX extension function String.toUri instead? [UseKtx]
                SubtitleConfiguration.Builder(Uri.parse(bodyDataUrl))
                                              ~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "UseKtx":
   The Android KTX libraries decorates the Android platform SDK as well as
   various libraries with more convenient extension functions available from
   Kotlin, allowing you to use default parameters, named parameters, and
   more.

   Available options:

   **remove-defaults** (default is true):
   Whether to skip arguments that match the defaults provided by the extension.

   Extensions often provide default values for some of the parameters. For example:
   ```kotlin
   fun Path.readLines(charset: Charset = Charsets.UTF_8): List<String> { return Files.readAllLines(this, charset) }
   ```
   This lint check will by default automatically omit parameters that match the default, so if your code was calling

   ```kotlin
   Files.readAllLines(file, Charset.UTF_8)
   ```
   lint would replace this with
   ```kotlin
   file.readLines()
   ```
   rather than

   ```kotlin
   file.readLines(Charset.UTF_8
   ```
   You can turn this behavior off using this option.

   To configure this option, use a `lint.xml` file with an <option> like this:

   ```xml
   <lint>
       <issue id="UseKtx">
           <option name="remove-defaults" value="true" />
       </issue>
   </lint>
   ```

   **require-present** (default is true):
   Whether to only offer extensions already available.

   This option lets you only have lint suggest extension replacements if those extensions are already available on the class path (in other words, you're already depending on the library containing the extension method.)

   To configure this option, use a `lint.xml` file with an <option> like this:

   ```xml
   <lint>
       <issue id="UseKtx">
           <option name="require-present" value="true" />
       </issue>
   </lint>
   ```

0 errors, 29 warnings
