Trying to use the paywall builder and react native ui.
First, I installed adapty properly and it built fine. Then installing @adapty/react-native-ui continues to fail.
This is the error message during the build:
What went wrong:Could not determine the dependencies of task ':adapty_react-native-ui:compileDebugJavaWithJavac'.Could not resolve all task dependencies for configuration ':adapty_react-native-ui:debugCompileClasspath'.Could not find io.adapty.internal:crossplatform:2.7.0.


 Searched in the following locations:
- file:/E:/test/node_modules/jsc-android/dist/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
- file:/E:/test/android/localMaven/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
- file:/E:/test/android/internalMaven/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
- file:/E:/test/node_modules/react-native-adapty/lib/android/localMaven/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
- file:/E:/test/node_modules/@adapty/react-native-ui/android/localMaven/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
- file:/E:/test/node_modules/react-native/android/io/adapty/internal/crossplatform/2.7.0/crossplatform-2.7.0.pom
Required by:
project :adapty_react-native-ui
Tried it in an empty test project as well where nothing else but adapty packages are installed. Any help would be appreciated.