Generating multiple clients in one project #1104
-
Hi, my question is similar to #939 I'm trying to use your answer to generate. #939 (comment) . However I'm getting errors for 4.0.0-alpha.11 and above
Using your answer
Stack trace for alpha11
Stack trace for alpha17
Is this a bug or am I using this incorrectly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As per the other discussion |
Beta Was this translation helpful? Give feedback.
As per the other discussion
java.lang.NoSuchMethodError
implies some classpath issues. Since it complains aboutvoid kotlin.jvm.internal.MutablePropertyReference1Impl
it sounds like you have different versions of Kotlin.