-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS-only: IrCallImpl: 1
compilation error when passing a Kamel File
to asyncPainterResource
with Kotlin 2.0.0
#108
Comments
This on the latest beta release? |
Issue confirmed in v0.9.5 and v1.0.0-beta.6. Can't check beta7 as i am out of town for the moment |
are you using |
Here's my #Gradle
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2g"
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.enableJetifier=true
android.compileSdk=34
android.targetSdk=34
android.minSdk=24
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true #
kotlin.mpp.androidSourceSetLayoutVersion=2 #
kotlin.native.disableCompilerDaemon=true
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
kotlin.apple.xcodeCompatibility.nowarn=true
#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
#Room-related
room.generateKotlin=true
#ksp.useKSP2 = true Could it be due to |
Hi, I encountered the same issue as @yuroyami and I couldn't figure out what was the difference between my implementation and the sample's one that works fine. |
Sweet. Thanks for making that. I can take a look soon. |
I use
expect/actual
to instantiate a KamelFile
:Kotlin: 2.0.0
Compose multiplatform: 1.7.0-alpha01
The text was updated successfully, but these errors were encountered: