KotlinSourceSet with name 'androidAndroidTest' not found.
even though I have the following in the
kotlin > sourceSets
:
Copy code
val androidAndroidTest by getting {
dependencies {
implementation("androidx.test.ext:junit:1.1.3")
implementation("androidx.test.ext:junit-ktx:1.1.3")
implementation("androidx.test.espresso:espresso-core:3.4.0")
}
}
Zsolt Bencze
06/20/2023, 1:52 PM
Any idea what I am missing?
Zsolt Bencze
06/20/2023, 1:53 PM
I think I got it
Copy code
Multiplatform/Android-V2-SourceSetLayout: Found used source directory /Users/zsolt/Development/archdemo/library/resources/src/androidAndroidTest/kotlin
This source directory was supported by: Multiplatform/Android-V1-SourceSetLayout
Current KotlinAndroidSourceSetLayout: Multiplatform/Android-V2-SourceSetLayout
New source directory is: /Users/zsolt/Development/archdemo/library/resources/src/androidInstrumentedTest/kotlin