kotlin-datastore / org.khanacademy.datastore / initializeEnvAndProject

initializeEnvAndProject

fun initializeEnvAndProject(env: DatastoreEnv, project: String): Unit

Manually initialize the datastore environment.

If this isn't called prior to the first use of this object, we'll use the environment from the process environment variable DATASTORE_ENV and the project from the process environment variable DATASTORE_PROJECT.

If the environment has already been initialized, throw IllegalStateException.

This is a thread-blocking function.