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

slack.lint.resources.model.RootIssueData.kt Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2022 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package slack.lint.resources.model

import com.android.tools.lint.detector.api.Location

data class RootIssueData(val alias: String, val nameLocation: Location)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy