Skeptick / libres

Resources generation in Kotlin Multiplatform
Apache License 2.0
207 stars 11 forks source link

NoClassDefFound #8

Closed InsanusMokrassar closed 1 year ago

InsanusMokrassar commented 1 year ago

Using libres withou adding of android plugin and get next error:

Caused by: java.lang.NoClassDefFoundError: com/android/build/gradle/tasks/GenerateResValues

Is there any way to avoid this problem?

Skeptick commented 1 year ago

Hello. Plugin tries to find this task. I don't think it will be possible to do this without changing the code. I will try to release new version with fix in the near future (1-2 days)

InsanusMokrassar commented 1 year ago

It would be awesome, thank you :)