hoc081098 / hoc081098/GithubSearchKMM-Compose-SwiftUI
A problem occurred configuring project ':flowredux'.
Open
- Dominant language
- Kotlin
- Stars
- 221
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
A problem occurred configuring project ':flowredux'.
> Inconsistent settings for Kotlin source sets: 'jvmMain' depends on 'commonMain'
'jvmMain': language version is KOTLIN_1_9
'commonMain': language version is KOTLIN_2_0
The language version of the dependent source set must be greater than or equal to that of its dependency.
Ifupgrade versions.kotlin to 2.0.0, you may also need to remove KOTLIN_1_9, which was manually hardcoded in build.gradle.kts, to avoid version conflicts.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.