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

com.avito.utils.gradle.Kubernetes.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

There is a newer version: 2024.32
Show newest version
@file:JvmName("Kubernetes")

package com.avito.utils.gradle

import org.gradle.api.Project

// todo used in gradle scripts; remove it from there
public val Project.kubernetesCredentials: KubernetesCredentials
    get() = KubernetesCredentials.Empty




© 2015 - 2024 Weber Informatics LLC | Privacy Policy