xref: /aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/Idea.kt (revision 7a7160fed73afa6648ef8aa100d4a336fe921d9a)
1 object Idea {
2     @JvmStatic // for Gradle
3     val active: Boolean
4         get() = System.getProperty("idea.active") == "true"
5 }
6