 ./gradlew :modules:designsystem:jacocoTestReport

        ./gradlew lintFossReliantDebug; ./gradlew updateFossReliantReleaseBadging; ./gradlew dependencyGuardBaseline;  ./gradlew updateFossReliantDebugScreenshotTest;./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache

        ./gradlew lintGooglePlayDebug; ./gradlew updateGooglePlayReleaseBadging; ./gradlew dependencyGuardBaseline; ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache; ./gradlew updateFossReliantDebugScreenshotTest

        ./gradlew dependencyGuard; ./gradlew checkReleaseBadging; ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache; ./gradlew verifyRoborazziDebug


    ./gradlew assembleDebug -PenableComposeCompilerMetrics=true -PenableComposeCompilerReports=true
    ./gradlew :composeApp:generateReleaseBaselineProfile

    ./gradlew wasmJsBrowserRun -t
    ./gradlew wasmJsBrowserDistribution

export TOKEN="your_actual_token"
 conveyor make rendered-icons
    conveyor make site
    ./gradlew run


//./gradlew assembleDebug -PenableComposeCompilerReports=true
// ./gradlew assembleDebug -PenableComposeCompilerMetrics=true

sed -i -e '/maven(url = "https:\/\/maven.pkg.jetbrains.space/d' -e '/maven(url = "https:\/\/androidx.dev\/storage\/compose-compiler/d' settings.gradle.kts; sed -i -e '/with(target) {/,/^        }/d' -e '/CrashlyticsExtension/d' build-logic/convention/src/main/kotlin/AndroidApplicationFirebaseConventionPlugin.kt; sed -i -e '/libs.firebase/d' build-logic/convention/build.gradle.kts; sed -i -e '/alias(libs.plugins.firebase./d' build.gradle.kts