This change still needs to be reverted. There shouldn't be necessary to bump the JDK. If you mean less device support is necessary for the code to work, please provide your reasoning behind this ch...
This has a few more things that need to be fixed, and I assume a merge artifact. However, the user profile colors are still not fixed, [see this comment](https://github.com/frigvid/mob3000-group11/...
Incorrect indentation. The way to indent these has been shown before. You do not indent the starting bracket, you indent the composable function inside the unit body. It's important to follow the K...
Had the time to run through another quick code review before bed, but most of these changes are minor indentation/spacing related. Almost at the finish line now. :)
Same as [with this comment](https://github.com/frigvid/mob3000-group11/pull/27/files#r1847357323). Since there are multiple parameters, it should be indented.
Same as [with this comment](https://github.com/frigvid/mob3000-group11/pull/27/files#r1847357323). Since there are multiple parameters, it should be indented.
Same as [with this comment](https://github.com/frigvid/mob3000-group11/pull/27/files#r1847359334). There's an additional space after the starting parenthesis.
Spacing. Should be:
```kotlin
Card(colors = CardDefaults.cardColors(containerColor = MaterialTheme.colorScheme.primary)) {
```
(The space between `Card(` and `colors`).
Same as [with this comment](https://github.com/frigvid/mob3000-group11/pull/27/files#r1847357323). Since there are multiple parameters, it should be indented.