About 264,000 results
Open links in new tab
  1. Reflection | Kotlin Documentation

    Apr 24, 2025 · Reflection is a set of language and library features that allows you to introspect the structure of your program at runtime. Functions and properties are first-class citizens in Kotlin, …

  2. Reflection with Kotlin | Baeldung on Kotlin

    Mar 19, 2024 · This article gives an overview of some of the things that can be achieved with reflection in Kotlin, including both how it interacts with and differs from the reflection …

  3. Kotlin reflection interoperability with Java - Stack Overflow

    Jan 28, 2015 · For example, I have an existing library that uses reflection and it works well with Java. However, when I use the same with Kotlin, my reflective code doesn't seem to pick up …

  4. Kotlin Reflection - GeeksforGeeks

    Jun 14, 2022 · Kotlin reflection is used to utilize class and its members like properties, functions, constructors, etc. at runtime. Along with Java reflection API, Kotlin also provides its own set of …

  5. Kotlin Reflection - Scaler Topics

    Unlock the potential of reflection in Kotlin with this comprehensive guide. Explore Kotlin's reflection API, dynamic code analysis, practical examples, and best practices for advanced …

  6. ️ An efficient Reflection API for Java and Android built in Kotlin.

    This is a concise and efficient Reflection API rebuilt based on Java's native Reflection API using Kotlin, and it is also the core function being used by YukiHookAPI.

  7. kotlin-reflect

    Extensions for conversion between Kotlin reflection and Java reflection types and other JVM-specific extensions.

  8. Reflection and Invoking Method from Java to Kotlin

    Jun 23, 2021 · I'm trying to convert the following reflection into Kotlin. The following uses reflection to call an RFCOMMs function so it can take a port/channel as an input instead of UUID.

  9. Using Java Reflection with Kotlin Companion Objects

    Mar 19, 2024 · In this tutorial, we’ll explore how to access Kotlin companion objects using Java Reflection API. We’ll first look at what the companion object actually compiles into, and then …

  10. Kotlin Reflection - Compile N Run

    Kotlin's reflection API is available in the kotlin.reflect package. To use reflection in your projects, you'll need to include the Kotlin reflection library as a dependency:

  11. Some results have been removed
Refresh