is not current version
Last Version 1.1.0

io.github.esentsov:kotlin-visibility 1.0.0

Provides FilePrivate and PackagePrivate annotations to use in kotlin code as well as lint checks needed to validate their usage

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.esentsov
ArtifactId

ArtifactId

kotlin-visibility
Version

Version

1.0.0
Type

Type

aar

Download kotlin-visibility 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.esentsov/kotlin-visibility/ -->
<dependency>
    <groupId>io.github.esentsov</groupId>
    <artifactId>kotlin-visibility</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.esentsov/kotlin-visibility/
implementation 'io.github.esentsov:kotlin-visibility:1.0.0'
// https://jarcasting.com/artifacts/io.github.esentsov/kotlin-visibility/
implementation ("io.github.esentsov:kotlin-visibility:1.0.0")
'io.github.esentsov:kotlin-visibility:aar:1.0.0'
<dependency org="io.github.esentsov" name="kotlin-visibility" rev="1.0.0">
  <artifact name="kotlin-visibility" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.esentsov', module='kotlin-visibility', version='1.0.0')
)
libraryDependencies += "io.github.esentsov" % "kotlin-visibility" % "1.0.0"
[io.github.esentsov/kotlin-visibility "1.0.0"]