I try to build an application in my MacBook and it doesn't build with realm. Two errors occur when I wanna build on android:
1) A problem occurred configuring project ':realm'. 2) A problem occurred evaluating project ':realm'. Extension not initialized yet, couldn't access compileSdkVersion. and in iOS, it says it couldn't find the realm constructor.
I've already checked the compilesdk versions on the main gradle file and in the realm module's gradle file. they look fine.