lambiengcode / compose-chatgpt-kotlin-android-chatbot

Compose ChatGPT Kotlin - Android Chatbot using Kotlin + Jetpack Compose + Coroutine + MVVM + Retrofit2 + OpenAI's GPT-3 API. Allow stream response from ChatGPT API.
https://youtube.com/shorts/esLh-n3Ao5U
MIT License
217 stars 31 forks source link

How to use this project in out application as module #4

Open prashantisng opened 1 year ago

prashantisng commented 1 year ago

Hi I want to use this project as a module .i am using this in my project which is giving me some bugs due to @HiltAndroidApp annotation as have declared the dependency in main application class. the error am getting is Application class annotated with @HiltAndroidApp has to be defined in an android application project [Hilt] Processing did not complete.