John Fields
11/18/2024, 9:46 PMFunction 'getApiName': expect and corresponding actual are declared in the same module, which will be prohibited in Kotlin 2.0. See <https://youtrack.jetbrains.com/issue/KT-55177>
I'm a Kotlin/Gradle noob, so I'm not sure what to do. Does this mean I need an android module and a common module with separate build.gradle files? I'm wondering how the build would connect expects and actuals.Michael Krussel
11/18/2024, 9:59 PMandroidMain
or commonMain
. Either that or you configured your source sets wrong in gradle.Michael Krussel
11/18/2024, 10:05 PMJohn Fields
11/18/2024, 10:24 PMephemient
11/18/2024, 10:30 PMephemient
11/18/2024, 10:32 PMephemient
11/18/2024, 10:33 PMephemient
11/18/2024, 10:34 PMJohn Fields
11/18/2024, 10:39 PMJohn Fields
11/20/2024, 4:58 PM