Importing Kotlin-BLE-Library into DFU-App: 'Unresolved reference: dokka'

Hey,

I would like to import the Kotlin-BLE-Library into the Nordic DFU-App to make some changes to the uiscanner library, but I have encountered some problems. After adding the Kotlin-BLE-Library as a module and including the dependencies of all libraries in the settings.gradle file, an error in the build.gradle file of the Kotlin-BLE-Library showed up saying 'Unresolved reference: dokka'. When I run the Kotlin-BLE-Library as a project itself though, dokka gets recognized and there are no problems.
How can I resolve this error so that the DFU-App can access the dokka library?

Thanks for the help!

Parents Reply Children
Related