Roland Schützig

- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Roland Schützig created a post, AnsweredWeird error message for Kotlin Range
Does anybody have an idea why I see this weird error message?Variables a and b are perfectly normal Int type values (as indicated by the superfluous redundant toInt() mapping).This appears to happe... -
-
-
Roland Schützig created a post, AnsweredIssue with Coroutine Libraries depending on build setuo
Depending on the build setup, there appears an NoClassDefFoundError error or not. It all points towards a mixup with the proper reference to the coroutine libraries, but I can't figure it out. Any ... -
-
Roland Schützig created a post, AnsweredDisable inspection for "UNUSED_ANONYMOUS_PARAMETER" in project
I have these inspection warnings for unused parameters in lambdas and can't figure out how to disable them in the inspections settings globally for the project. Example: {parameter1,parameter2 -> ... -
-
Roland Schützig commented, -
-