kotlinx.kover.api.KoverVersions.kt Maven / Gradle / Ivy
/*
* Copyright 2017-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package kotlinx.kover.api
import kotlinx.kover.gradle.plugin.commons.KoverMigrations
@Deprecated(
message = "Class has been renamed to 'kotlinx.kover.gradle.plugin.dsl.KoverVersions'. Please refer to migration guide in order to migrate: ${KoverMigrations.MIGRATION_0_6_TO_0_7}",
level = DeprecationLevel.ERROR
)
public object KoverVersions
© 2015 - 2025 Weber Informatics LLC | Privacy Policy