Android Question Compiling error

Philip Prins

Active Member
Licensed User
Longtime User
Hello

I get the following error when compiling:


Any idea why this happens?
 

DonManfred

Expert
Licensed User
Longtime User
Any idea why this happens?
You are told in the errormessage.

You are including different kotlin-stdlib in your project.
kotlin-stdlib-1.6.10 AND (at least) kotlin-stdlib-1.3.21

Remove one of these dependencies.
Probably better to hold the newest one.

try to add
B4X:
#ExcludedLib: kotlin-stdlib-1.3.21
to your project.

Reference:
New #ExcludedLib attribute that is required in some cases when multiple native libraries with different versions are referenced.
 
Last edited:
Upvote 1

Philip Prins

Active Member
Licensed User
Longtime User
Thanks
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…