Skip to content

Commit

Permalink
Left comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 29, 2024
1 parent 8331b47 commit 8149363
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ class KMPTest : AbstractModelTest("/src/main/kotlin/kmp/Test.kt", "kmp") {
sourceRoots = listOf("src/androidMain/kotlin")
analysisPlatform = "jvm"
name = "android-example"
// contains only `class Firebase`
classpath = listOf(getResourceAbsolutePath("jars/jvmAndroidLib-jvm-copy.jar"))
}
sourceSet {
sourceRoots = listOf("src/jvmMain/kotlin")
analysisPlatform = "jvm"
name = "jvm-example"
// contains only `class Firebase`
classpath = listOf(getResourceAbsolutePath("jars/jvmAndroidLib-jvm.jar"))
}

Expand Down

0 comments on commit 8149363

Please sign in to comment.