SysProperty.kt:9:16: error: type mismatch: inferred type is java.lang.String! but kotlin.String was expected
return SystemProperties.get(key)
^
SysProperty.kt:9:33: error: cannot access class 'java.lang.String'. Check your module classpath for missing or conflicting dependencies
return SystemProperties.get(key)
^
SysProperty.kt:9:37: error: type mismatch: inferred type is kotlin.String but java.lang.String! was expected
return SystemProperties.get(key)
^
SysProperty.kt:14:16: error: type mismatch: inferred type is java.lang.String! but kotlin.String was expected
return SystemProperties.get(key, def)
^
SysProperty.kt:14:33: error: cannot access class 'java.lang.String'. Check your module classpath for missing or conflicting dependencies
return SystemProperties.get(key, def)
^
SysProperty.kt:14:37: error: type mismatch: inferred type is kotlin.String but java.lang.String! was expected
return SystemProperties.get(key, def)
^
SysProperty.kt:14:42: error: type mismatch: inferred type is kotlin.String but java.lang.String! was expected
return SystemProperties.get(key, def)
^
SysProperty.kt:19:33: error: cannot access class 'java.lang.String'. Check your module classpath for missing or conflicting dependencies
return SystemProperties.set(key, value)
^
TelephonyMgr.kt:11:48: error: cannot access class 'java.lang.Object'. Check your module classpath for missing or conflicting dependencies
getContext().getSystemService(Context.TELEPHONY_SERVICE) as TelephonyManager
^
TelephonyMgr.kt:11:48: error: cannot access class 'java.lang.String'. Check your module classpath for missing or conflicting dependencies
CoreApi.getInstance().getContext().getSystemService(Context.TELEPHONY_SERVICE) as TelephonyManager