You can alias is to Is (for example) in the import statement using the as keyword.
For example:
import org.hamcrest.CoreMatchers.`is` as Is
See https://kotlinlang.org/docs/packages.html#imports
You can alias is to Is (for example) in the import statement using the as keyword.
For example:
import org.hamcrest.CoreMatchers.`is` as Is
See https://kotlinlang.org/docs/packages.html#imports