Okay, Disregard this. I think it may have been cor...
# multiplatform
b
Okay, Disregard this. I think it may have been corporate laptop problems. Ran some more corporatey things and restarted the Intelligent J, and it's not an actual problem. I can run the app from the IDE, in IOS land. ---- NEVERMIND, Just Corporate Laptop Problems ™️ I'm havin some troubles with a new multiplatform project. I got a new laptop with more ram, so starting over from scratch. Perhaps it's because I chose java-24 to use for execution? i'm not sure. I also don't have an ios app that I can run, the IDE just shows that there's nothing there. I do have xcode installed, and I made sure to let it download it's ios simulator. The android app fired up, and I didn't see this error, so I thought that was strange...
Copy code
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':composeApp:lintAnalyzeDebug'.
> A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction
   > Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)

     Message: Unexpected failure during lint analysis (this is a bug in lint or one of the libraries it depends on)

     Message: Unexpected failure during lint analysis of MainActivity.kt (this is a bug in lint or one of the libraries it depends on)

     Message: Found class org.jetbrains.kotlin.analysis.api.resolution.KaCallableMemberCall, but interface was expected

     The crash seems to involve the detector \\\`androidx.lifecycle.lint.NonNullableMutableLiveDataDetector\\\`.
     You can try disabling it with something like this:
         android {
             lint {
                 disable "NullSafeMutableLiveData"
             }
         }
Yeah, all the other targets I have enabled work fine. Desktop, WASM, Android. It's just the IOS integration that isn't cooperating, and this weird gradle build error. Maybe I need to restart the IDE? The computer? The preflight checks are all gold.
Works! Just corporate laptop problems.