List Question
20 TechQA 2024-02-19T22:11:52.877000Using KotlinPoet, is it possible to add a `@field:SomeAnnotation`?
28 views
Asked by kaneda
How to prevent importing class defined in the same file?
48 views
Asked by iMashtak
Kotlin Poet ambigouos imports
144 views
Asked by Luja93
kotlinpoet generate code to call builder class continuously
87 views
Asked by Jade
IntelliJ IDEA Plugin - How to modify the contents of an existing file using Kotlin poet
254 views
Asked by Anup Ammanavar
Modify Kotlin compiled code output based on annotation (not generate separate code)
245 views
Asked by Samuel Neff
Android Studio redeclaration error when compiling release while having Kotlin Poet generated classes
287 views
Asked by Michael Konz
How to pass arguments to super using KotlinPoet
375 views
Asked by JJaviMS
How to add a function definition available in a string to a class generated from kotlinpoet TypeSpec?
62 views
Asked by Renjith
How to get KClass<List<String>> type from List<String> in kotlin
476 views
Asked by Jamshed Alam Qaderi
adding star projection in kotlin poet
286 views
Asked by vignesh suresh
Kotlin Annotation processor doesn't add import for generated files
499 views
Asked by lightyears99
KotlinPoet: how to generate a DSL with parameters
320 views
Asked by Roberto Leinardi
how to programatically mark generated source folder as Generated Sources Root
674 views
Asked by Hector
How to implement the suspend keyword to modify higher-order functions in kotlin poet
213 views
Asked by user17787441
Is Kotlin Poet JVM target only? I want to use it for native
242 views
Asked by Andy Victors
Creating a static extension property for Kotlin with KotlinPoet
215 views
Asked by Junior.CodingCamp
How do I get Kotlin classes instead of java classes
281 views
Asked by Islam Assem
How to make method return type of generated class in KotlinPoet?
677 views
Asked by Sergei Mikhailovskii
Create a TypeSpec from an existing file with kotlinpoet
266 views
Asked by DJ. XYZ