Somehow a bug slipped through where Kotlin named parameters were filled in by the IDE when trying to use a Java-only construct. This cannot compile, and it was probably due to not running the app after a cleanup commit late in the development of the template.
Removing these named arguments gets the app to compile.
Somehow a bug slipped through where Kotlin named parameters were filled in by the IDE when trying to use a Java-only construct. This cannot compile, and it was probably due to not running the app after a cleanup commit late in the development of the template.
Removing these named arguments gets the app to compile.