what could be wrong:
Could not resolve all files for configuration ':app:kotlin-extension'. Could not resolve androidx.compose.compiler:compiler:1.0.0-beta07
As I haven't added compose.compiler:compiler:1.0.0-beta07, so I don't have any idea what could be the problem.
Gradle snippet
dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'net.jcip:jcip-annotations:1.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
testImplementation 'junit:junit:4.13.2'
implementation "io.github.aakira:napier:1.5.0"
implementation 'androidx.activity:activity-compose:1.3.1'
implementation 'androidx.compose.ui:ui-tooling-preview:1.0.1'
implementation 'androidx.compose.ui:ui:1.0.1'
implementation 'androidx.compose.compiler:compiler:1.0.1'
implementation "androidx.compose.material:material:1.0.1"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
//for bottom sheets
implementation 'com.google.android.material:material:1.4.0'
}