-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render kotlin-reflect library documentation in a separate module
- Loading branch information
1 parent
d695b0e
commit ba6732a
Showing
3 changed files
with
69 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Module kotlin-reflect | ||
|
||
## Kotlin JVM reflection extensions | ||
|
||
The library provides the runtime component that enables full support of the reflection features in `kotlin.reflect` package | ||
and extensions for the reflection types. | ||
|
||
It's provided as an optional artifact separate from the standard library to reduce the required size of the runtime dependencies | ||
for applications that do not use reflection features. | ||
|
||
# Package kotlin.reflect.full | ||
|
||
Extensions for [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) types like [kotlin.reflect.KClass], [kotlin.reflect.KType], and others. | ||
|
||
# Package kotlin.reflect.jvm | ||
|
||
Extensions for conversion between [Kotlin reflection](https://kotlinlang.org/docs/reference/reflection.html) and | ||
Java reflection types and other JVM-specific extensions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters