forcedotcom / SalesforceMobileSDK-Templates

BSD 3-Clause "New" or "Revised" License
52 stars 56 forks source link

Fixes compiler error with MobileSync Explorer Kotlin Template #342

Closed gkotula closed 2 years ago

gkotula commented 2 years ago

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.