How can I introduce Kotlin Power-assert to Android Project’s Unit Test?
Power-assert is officially supported by Kotlin in Kotlin 2.0.
https://kotlinlang.org/docs/power-assert.html
Kotlin unit test suspend function “android.os.Looper.getMainLooper()” is null
I tried to test a suspend function got the error: