You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to use the library then I found that the Project is not building successfully, If I removed the library then project is building fine.
Drawable0.kt:
composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'offset'
composeapp/generated/resources/Drawable0.kt:14:67 No value passed for parameter 'size'
String0.kt:
composeapp/generated/resources/String0.kt:14:67 No value passed for parameter 'offset'
composeapp/generated/resources/String0.kt:14:67 No value passed for parameter 'size'
The text was updated successfully, but these errors were encountered:
This might be related to the fact that compose multiplatform doesn't support resources in a multi-module architecture prior to Kotlin 2.0. This includes 3rd party libraries.
Kotlin Version: 1.9.22
Compose Version: 1.7.6
When I am trying to use the library then I found that the Project is not building successfully, If I removed the library then project is building fine.
Drawable0.kt:
String0.kt:
The text was updated successfully, but these errors were encountered: