com.isyscore.kotlin.android.ViewExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-android Show documentation
Show all versions of common-android Show documentation
iSysCore Common Android Library
The newest version!
@file:Suppress("unused")
package com.isyscore.kotlin.android
import android.view.View
fun View.v(resId: Int): T = findViewById(resId)