Closed arkivanov closed 1 year ago
You have removed AndroidManifest.xml
but have not added
android {
namespace = "com.badoo.reaktive.annotations"
}
to build files, so I am kinda worried about namespace that is used right now for .aar
files.
Can you added it please then? It is part of migration to AGP 8+ too.
I moved manifests to androidMain
, as specified in the docs. I will update the PR with namespace
.
I moved manifests to
androidMain
, as specified in the docs. I will update the PR withnamespace
.
Updated.
Also updated coroutines to 1.7.1 and removed
@OptIn(ExperimentalCoroutinesApi)
annotation fromrunTest
.Closes #749.