You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package io.github.kakaocup.kakao.common.utilities
public fun getResourceColor(@androidx.annotation.ColorRes resId: kotlin.Int): kotlin.Int { /* compiled code */ }
public fun getResourceDrawable(@androidx.annotation.DrawableRes resId: kotlin.Int): android.graphics.drawable.Drawable? { /* compiled code */ }
public fun getResourceString(@androidx.annotation.StringRes resId: kotlin.Int): kotlin.String { /* compiled code */ }
Steps to reproduce:
getResourceDrawable
it will buildObserved Results:
function is not found
Expected Results:
function should be accessible, visibility hasn't changed
Relevant Code:
PR with reproduction on Sample App
The text was updated successfully, but these errors were encountered: