Including the Kotlin SDK module
You will need the following in your target build.gradle.kts file:
implementation(project(":dockware-core"))
implementation(project(":dockware-auth")) # (optional)
That's it!
You will need the following in your target build.gradle.kts file:
implementation(project(":dockware-core"))
implementation(project(":dockware-auth")) # (optional)
That's it!