brabo-hi
03/11/2022, 3:48 AMcompileOnly("io.realm.kotlin:library:0.10.0")
in my ``build.gradle`` in the android project, but is getting the following error
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?brabo-hi
03/11/2022, 5:08 AM