• 10-11-2022, 21:15:57
    #1
    Üyeliği durduruldu
    selamlar target v.s 30da olunca sorun yok çıktı veriyor ama 30 üstü yapınca hata veriyor ve şu hatayı alıyorum çözümü nedir acaba?

    Execution failed for task ':app:kaptReleaseKotlin'.
    > Internal compiler error. See log for more details
  • 10-11-2022, 21:28:55
    #2
    ekran görüntüsü atsan daha iyi hocam ext kotlin versiyonu ne yazıyor build gradlede
  • 10-11-2022, 21:37:55
    #3
    Üyeliği durduruldu
    bycida adlı üyeden alıntı: mesajı görüntüle
    ekran görüntüsü atsan daha iyi hocam ext kotlin versiyonu ne yazıyor build gradlede

    // Top-level build file where you can add configuration options common to all sub-projects/modules.

    buildscript {
    ext.kotlin_version = '1.3.61'
    repositories {
    google()
    jcenter()

    }
    dependencies {
    classpath 'com.android.tools.build:gradle:4.1.2'
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    classpath 'com.google.gms:google-services:4.3.5'
    classpath 'com.google.dagger:hilt-android-gradle-plugin:2.28-alpha'
    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files

    classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.0'
    }
    }

    allprojects {
    repositories {
    google()
    jcenter()
    maven { url 'https://jitpack.io' }

    }
    }

    task clean(type: Delete) {
    delete rootProject.buildDir
    }
  • 10-11-2022, 21:43:33
    #4
    ext.kotlin_version = '1.3.61' bu kısmı ext.kotlin_version = ' 1.7.10' yapar mısın hocam
  • 10-11-2022, 21:48:35
    #5
    Üyeliği durduruldu
    bycida adlı üyeden alıntı: mesajı görüntüle
    ext.kotlin_version = '1.3.61' bu kısmı ext.kotlin_version = ' 1.7.10' yapar mısın hocam
    yok hocam build bile yapmadı