File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
KotlinPoet-metadata
2
2
===================
3
3
4
- ` interop:kotlinx -metadata ` is an API for working with Kotlin ` @Metadata ` annotations. Its API
5
- sits atop [ kotlinx -metadata] ( https://github.com/JetBrains/kotlin/tree/master/libraries/kotlinx-metadata/jvm ) ,
4
+ ` interop:kotlin -metadata ` is an API for working with Kotlin ` @Metadata ` annotations. Its API
5
+ sits atop [ kotlin -metadata] ( https://github.com/JetBrains/kotlin/tree/master/libraries/kotlinx-metadata/jvm ) ,
6
6
offering extensions for its types + JVM metadata information. This can be used to read
7
7
Kotlin language semantics off of ` Class ` or ` TypeElement ` ` @Metadata ` annotations.
8
8
@@ -26,7 +26,7 @@ kmClass.functions.forEach { println(it.name) }
26
26
### Flags
27
27
28
28
There are a number of boolean flags available to types as well under ` Flags.kt ` . These read the
29
- underlying kotlinx -metadata ` Flags ` property.
29
+ underlying kotlin -metadata ` Flags ` property.
30
30
31
31
Using the Taco example above, we can glean certain information:
32
32
@@ -37,7 +37,7 @@ println("Is data class? ${kmClass.isData}")
37
37
38
38
### Interop with KotlinPoet
39
39
40
- ` interop:kotlinx -metadata ` offers an API for converting core kotlinx -metadata ` Km ` types to
40
+ ` interop:kotlin -metadata ` offers an API for converting core kotlin -metadata ` Km ` types to
41
41
KotlinPoet source representations of their APIs. This includes full type resolution, signatures,
42
42
enclosed elements, and general stub source representations of the underlying API.
43
43
Original file line number Diff line number Diff line change 83
83
- ' API ' :
84
84
- ' kotlinpoet ' : 1.x/kotlinpoet/index.html
85
85
- ' interop-javapoet ' : 1.x/interop-javapoet/index.html
86
- - ' interop-kotlinx -metadata ' : 1.x/interop-kotlinx -metadata/index.html
86
+ - ' interop-kotlin -metadata ' : 1.x/interop-kotlin -metadata/index.html
87
87
- ' interop-ksp ' : 1.x/interop-ksp/index.html
88
88
- ' Stack Overflow ⏏ ' : https://stackoverflow.com/questions/tagged/kotlinpoet?sort=active
89
89
- ' Change Log ' : changelog.md
You can’t perform that action at this time.
0 commit comments