Last Version

Kotlin Visibility Modifiers 1.1.0

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.github.esentsov
ArtifactId

ArtifactId

kotlin-visibility
Version

Version

1.1.0
Type

Type

aar
Description

Description

Kotlin Visibility Modifiers
Provides FilePrivate and PackagePrivate annotations to use in kotlin code as well as lint checks needed to validate their usage
Project URL

Project URL

https://github.com/esentsov/kotlin-visibility-modifiers
Source Code Management

Source Code Management

https://github.com/esentsov/kotlin-visibility-modifiers/tree/master

Download kotlin-visibility 1.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.