Open Issues Need Help
View All on GitHubKotlin Multiplatform (KMP) library for reading resources in tests
AI Summary: The Kotlin Multiplatform resources plugin is encountering a `NoSuchMethodError` when used with Kotlin 2.2.0 due to a missing method in the Kotlin Gradle plugin's JS Node.js extension. The task is to investigate the cause of this error, identify the incompatible method call in `ResourcesPlugin.kt:68`, and implement a compatible solution that works with both Kotlin 2.2.0 and later versions, ensuring backward compatibility where possible. This may involve finding an alternative method to access the required Node.js configuration or updating the plugin's dependency on the Kotlin Gradle plugin.
Kotlin Multiplatform (KMP) library for reading resources in tests