Не удается найти аргументы реализации для JetBrains.Kotlin - PullRequest
0 голосов
/ 08 июня 2019

У меня есть проект Flutter, в котором я использую плагин сканера QR-кода, написанный на Kotlin для Android.После добавления этого в мой проект у меня возникают проблемы со сборкой в ​​Android, iOS работает нормально:

Сообщение об ошибке Android Studio:

Не удалось найти реализацию метода () для аргументов [org.jetbrains.kotlin: kotlin-stdlib-jre7: 1.2.31] для объекта типа org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

Мой класс приложения:

buildscript {
    repositories {
        // ...
        maven { url 'https://plugins.gradle.org/m2/' } // Gradle Plugin Portal
    }

    // Added for QR
    apply plugin: 'com.android.application'
    apply plugin: 'kotlin-android'


    dependencies {

        // Added for QR
        implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
        // implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"


        // ...
        // OneSignal-Gradle-Plugin
        classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.2, 0.99.99]'
    }
}

apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'

def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
    localPropertiesFile.withReader('UTF-8') { reader ->
        localProperties.load(reader)
    }
}

def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
    throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
    flutterVersionCode = '1'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
    flutterVersionName = '1.0'
}

apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
if (keystorePropertiesFile.exists()) {
    keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}

android {
    compileSdkVersion 27

    lintOptions {
        disable 'InvalidPackage'
    }

    defaultConfig {
        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
        applicationId "net.cadsys.app"
        minSdkVersion 16
        targetSdkVersion 27
        versionCode flutterVersionCode.toInteger()
        versionName flutterVersionName
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }

    signingConfigs {
        release {
            keyAlias keystoreProperties['keyAlias']
            keyPassword keystoreProperties['keyPassword']
            storeFile file(keystoreProperties['storeFile'])
            storePassword keystoreProperties['storePassword']
        }
    }

    buildTypes {
        release {
            signingConfig signingConfigs.release
        }
    }
}

flutter {
    source '../..'
}

dependencies {
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

Мой проект Gradle:

buildscript {
    ext.kotlin_version = '1.2.31'

    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

apply plugin: 'kotlin'

allprojects {
    repositories {
        google()
        jcenter()
    }
}

rootProject.buildDir = '../build'
subprojects {
    project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
    project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
    delete rootProject.buildDir
}
repositories {
    mavenCentral()
}
dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
compileKotlin {
    kotlinOptions {
        jvmTarget = "1.8"
    }
}
compileTestKotlin {
    kotlinOptions {
        jvmTarget = "1.8"
    }
}

Любая помощь была бы замечательной, поскольку я собираюсь выбросить свой ноутбук в окно.

РЕДАКТИРОВАТЬ: После подсказки ASЯ изменил переменную версии Kotlin на ext.kotlin_version = '1.3.1'.Теперь я получаю новую ошибку:

Не удалось найти org.jetbrains.kotlin: kotlin-gradle-plugin: 1.3.1.Поиск в следующих местах: - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.1/kotlin-gradle-plugin-1.3.1.pom - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.1/kotlin-gradle-plugin-1.3.1.jar - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.1/kotlin-gradle-plugin-1.3.1.pom - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.1/kotlin-gradle-plugin-1.3.1.jar Требуется: проект:

1 Ответ

0 голосов
/ 08 июня 2019

Последняя версия Kotlin на момент написания этой статьи: 1.3.31.

Вы также можете проверить https://blog.jetbrains.com/kotlin/category/releases/ и https://github.com/JetBrains/kotlin/releases

Или через Android Studio> Tools> Kotlin> Configure Kotlin Plugin Updates

Также убедитесь, что у вас есть:

buildScript {
    ext.kotlin_version = '1.3.31'
    dependencies {
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

Вы также можете проверить, какие плагины доступны в Kotlin Gradle Plugin .

Заменить:

implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"

с:

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

или

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

Если вам крайне необходимо jre7, что составляет deprecated и не рекомендуется, убедитесь, что ваша версия Kotlin соответствует версии JRE.

Проверьте Стандартная библиотека Kotlin JRE 7

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...