You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I cannot install library using gradle. After adding implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21" to dependencies in build.gradle and running build I am getting following error:
> Could not resolve dev.bmcreations:scrcast:0.3.0.
Required by:
project :xyz-kotlin
> No matching variant of dev.bmcreations:scrcast:0.3.0 was found. The consumer was configured to find a runtime of a component, preferably only the resources files but:
- Variant 'releaseApiPublication' capability dev.bmcreations:scrcast:0.3.0:
- Incompatible because this component declares an API of a component, with the library elements 'aar' and the consumer needed a runtime of a component, preferably only the resources files
- Variant 'releaseRuntimePublication' capability dev.bmcreations:scrcast:0.3.0 declares a runtime of a component:
- Incompatible because this component declares a component, with the library elements 'aar' and the consumer needed a component, preferably only the resources files
the same happens for version 0.2.0
Expected behavior
build ends wiht success
To Reproduce
Add implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21" to dependencies in build.gradle and run a build
Logs/Screenshots
If applicable, add logs or screenshots to help explain your problem.
Version
Library version: 0.3.0, 0.2.0
Ubuntu 20:04
java openjdk version "17.0.5" 2022-10-18
kotlin
The text was updated successfully, but these errors were encountered:
Describe the bug
I cannot install library using gradle. After adding
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"
to dependencies inbuild.gradle
and running build I am getting following error:the same happens for version 0.2.0
Expected behavior
build ends wiht success
To Reproduce
Add
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"
to dependencies inbuild.gradle
and run a buildLogs/Screenshots
If applicable, add logs or screenshots to help explain your problem.
Version
Library version: 0.3.0, 0.2.0
Ubuntu 20:04
java openjdk version "17.0.5" 2022-10-18
kotlin
The text was updated successfully, but these errors were encountered: