I am making a simple calculator app in android stu...
# android
s
I am making a simple calculator app in android studio using kotlin, but when I try to import kotlin.math.* in android studio the intelliSense doesn't show any recommendations or anything. And I get the error Unresolved reference:math. How to import kotlin.math in android studio?