Compose multiplatform projects still build with Gradle.
jw
10/24/2024, 12:57 AM
That script should still work, maybe with some tweaks
h
Heehoon Jeon
10/24/2024, 1:00 AM
The script is not working because the withtype ProjectDependency conversion failed in the dependencies
j
jw
10/24/2024, 3:21 AM
Yeah it's probably like 6 years old at this point... might need some updates
h
Heehoon Jeon
10/24/2024, 3:30 AM
Hmm... I see.
While converting to a kts file, I noticed that the config name in configurations appear as (ios_arm64, ios_simulator_arm64, ios_x64)CInteropApiElements, so I felt that changes would be needed.
I'll keep searching through other resources and try to make code work.