Anyone get this error when syncing gradle? `Extens...
# moko
p
Anyone get this error when syncing gradle?
Extension of type 'LibraryExtension' does not exist. Currently registered extension types:
I suspect it was from not appling this plugin: `
Copy code
dev.icerock.mobile.multiplatform
however when I try adding this plugin it does not find it, even though added to classpath
ok, my own stupidity. had the classpath set wrong.
a
Problem solved?