android studio 中未解决 Kotlin 作用域函数

Kotlin Scope Functions not resolved in android studio

这些是我的依赖项 依赖关系 {

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6"
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

} 但不知何故,每当我尝试使用 .also{} 或 .let 时,它都无法将其识别为函数,有什么帮助吗?

改变implementation 'androidx.core:core-ktx:1.7.0'

implementation 'androidx.core:core-ktx:1.8.0'