hi on a kmm project, i am trying to add `compileO...
# realm
b
hi on a kmm project, i am trying to add
compileOnly("io.realm.kotlin:library:0.10.0")
in my ``build.gradle`` in the android project, but is getting the following error
Copy code
Execution failed for task ':shared:generateDebugRFile'.
> Could not resolve all files for configuration ':shared:debugCompileClasspath'.
   > Could not find io.realm.kotlin:library:0.10.0.
     Searched in the following locations:
What am i missing?
it looks like it should be instead`compileOnly("io.realm.kotlinlibrary base1:10.0")`