org.jetbrains.android.anko.utils.KMethod.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anko-generator Show documentation
Show all versions of anko-generator Show documentation
The generator module from Anko.
The newest version!
package org.jetbrains.android.anko.utils
class KMethod(val name: String, val parameters: List, val returnType: KType)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy