Kotlin Multiplatform (KMP) library for reading resources in tests

gradle-plugin kotlin-multiplatform resources testing
2 Open Issues Need Help Last updated: Aug 23, 2026

Open Issues Need Help

View All on GitHub
enhancement help wanted

Kotlin Multiplatform (KMP) library for reading resources in tests

Kotlin
#gradle-plugin#kotlin-multiplatform#resources#testing

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.

Complexity: 4/5
bug help wanted

Kotlin Multiplatform (KMP) library for reading resources in tests

Kotlin
#gradle-plugin#kotlin-multiplatform#resources#testing