kema
kema copied to clipboard
Kotlin Extension Methods for Android
Results
1
kema issues
Sort by
recently updated
recently updated
newest added
As you can see here: https://github.com/nitrico/kema/blob/fa6511b3e2086b366cae96d1b57c0ba34f5f2a03/kema/src/main/java/com/github/nitrico/kema/Color.kt You are doing: `val Context.colorAccent: Int @ColorInt get() = resolve(R.attr.colorAccent)` But in the imports I only see: ``` import android.content.Context import android.graphics.Color import android.support.annotation.ColorInt...