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
android studioda aldığım hata?
4
●76
- 10-11-2022, 21:37:55Üyeliği durduruldubycida adlı üyeden alıntı: mesajı görüntüle
// 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:48:35Üyeliği durdurulduyok hocam build bile yapmadıbycida adlı üyeden alıntı: mesajı görüntüle