nohjunh / AirPollutionService-android

Airpollution foreground notification service
1 stars 0 forks source link

Failed to resolve kotlinx-coroutines Error #4

Open nohjunh opened 1 year ago

nohjunh commented 1 year ago

During app build, several compile errors were displayed due to version differences.

-> Because of the difference in the version of Coroutines

nohjunh commented 1 year ago

Change Coroutine Version to "implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'"