You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2019. It is now read-only.
There are a number of variables and functions that are declared at top level and leak through since they are not marked as
internal
.An example could be the
val OPERANDS = ...
inRequestPreProcessing.kt
. There are many more.This pollutes the global scope.
The text was updated successfully, but these errors were encountered: