skydoves / sandwich

🥪 Sandwich is an adaptable and lightweight sealed API library designed for handling API responses and exceptions in Kotlin for Retrofit, Ktor, and Kotlin Multiplatform.
https://skydoves.github.io/sandwich/
Apache License 2.0
1.54k stars 101 forks source link

multiplatform project #350

Closed paparatsi40 closed 3 weeks ago

paparatsi40 commented 1 month ago

build.gradle.kts (app) plugins block:

plugins { alias(libs.plugins.android_library) alias(libs.plugins.kotlin_multiplatform) alias(libs.plugins.compose_compiler) }

Error:

Configure project : e: file:///C:/Users/calfaro/AndroidStudioProjects/EchoMe2/build.gradle.kts:2:24: Unresolved reference: android_library e: file:///C:/Users/calfaro/AndroidStudioProjects/EchoMe2/build.gradle.kts:3:24: Unresolved reference: kotlin_multiplatform e: file:///C:/Users/calfaro/AndroidStudioProjects/EchoMe2/build.gradle.kts:4:24: Unresolved reference: compose_compiler

skydoves commented 3 weeks ago

It seems this error is not related to this library.