Napa Ram
05/18/2021, 6:37 AMimplementation("com.example.corevalidation:corevalidation:1.0.0")
after adding above library i am not able to create any kotlin file in shared module and getting below error while running
whenever i try to pass parameter in to class like below
open class *Field*(props: FieldProps){}
getting below error
e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during IR lowering
Any Help?