platform_device_id icon indicating copy to clipboard operation
platform_device_id copied to clipboard

platform_device_id -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Open Rajatkumar0662 opened this issue 1 year ago • 4 comments

The package is not supported for the Latest Kotlin versions.

current configuration

  **
  platform_device_id: ^1.0.1
  **
buildscript {
    ext.kotlin_version = '1.7.10'
    repositories {
        google()
        mavenCentral()
    }
}

Error while building:

FAILURE: Build failed with an exception.

* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':platform_device_id' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 5s
Running Gradle task 'assembleRelease'...                            6.2s
Gradle task assembleRelease failed with exit code 1

Rajatkumar0662 avatar Jan 16 '24 18:01 Rajatkumar0662

This is not going to be fixed dude, the author has abandoned the project. You have to see the pull request section like #47

helderlj avatar Feb 02 '24 11:02 helderlj

This is not going to be fixed dude, the author has abandoned the project. You have to see the pull request section like #47

There should an updated fork for this repo. If i don't find one. i will fork it

stan-at-work avatar Jul 11 '24 14:07 stan-at-work