After fixing that getting following error: ``` su...
# kotest-contributors
a
After fixing that getting following error:
Copy code
suspend fun <A> Gen<A>.forAll(property: PropertyContext.(A) -> Boolean, continuation: Continuation<PropertyContext>): Any? defined in io.kotest.property in file propertyTest1.kt
e: /Users/ashishkumar/projects/kotest/kotest-property/src/commonMain/kotlin/io/kotest/property/propertyTest1.kt: (80, 1): Platform declaration clash: The following declarations have the same JVM signature (forAll(Lio/kotest/property/Gen;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;):
    suspend fun <A> forAll(genA: Gen<A>, property: PropertyContext.(A) -> Boolean, continuation: Continuation<PropertyContext>): Any? defined in io.kotest.property in file propertyTest1.kt
    suspend fun <A> Gen<A>.forAll(property: PropertyContext.(A) -> Boolean, continuation: Continuation<PropertyContext>): Any? defined in io.kotest.property in file propertyTest1.kt
> Task :kotest-property:compileKotlinJvm FAILED