All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.didiglobal.booster.transform.thread.properties.kt Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.didiglobal.booster.transform.thread

internal val PROPERTY_OPTIMIZATION_ENABLED = Build.ARTIFACT.replace('-', '.') + ".optimization.enabled"

/**
 * Thread optimization is enabled in default (to compatible with older versions)
 */
internal const val DEFAULT_OPTIMIZATION_ENABLED = true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy