org.jetbrains.kotlin.gradle.utils.androidCompat.kt Maven / Gradle / Ivy
/*
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("DEPRECATION")
package org.jetbrains.kotlin.gradle.utils
internal typealias DeprecatedAndroidSourceSet = com.android.build.gradle.api.AndroidSourceSet
internal typealias DeprecatedAndroidSourceDirectorySet = com.android.build.gradle.api.AndroidSourceDirectorySet
internal typealias DeprecatedAndroidBaseVariant = com.android.build.gradle.api.BaseVariant
internal typealias DeprecatedAndroidApplicationVariant = com.android.build.gradle.api.ApplicationVariant
internal typealias DeprecatedAndroidLibraryVariant = com.android.build.gradle.api.LibraryVariant
internal typealias DeprecatedAndroidTestVariant = com.android.build.gradle.api.TestVariant
internal typealias DeprecatedAndroidUnitTestVariant = com.android.build.gradle.api.UnitTestVariant
internal typealias DeprecatedAndroidSourceKind = com.android.build.gradle.api.SourceKind
internal typealias DeprecatedAndroidTestedComponentIdentifier = com.android.build.gradle.api.TestedComponentIdentifier