Ahmed na
07/15/2023, 4:39 AMe: file:///Users/StudioProjects/kmp-annotations/lib/src/iosMain/kotlin/PlatformIos.kt:8:45 Symbol class Dao : Any is invisible
Where Dao class is internal but seams not accessible by iosMain
adding @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER", "INVISIBLE_SETTER") fixed the issueAhmed na
07/15/2023, 4:41 AM./gradlew build -PdisableJsTarget=true -Pkotlin.experimental.tryK2=trueAhmed na
07/16/2023, 8:24 AM