This includes the new sdk module, MapService + mapper implementation, Apollo provider module, Hilt app integration, and the project .gitignore update. Made-with: Cursor
8 lines
152 B
Kotlin
8 lines
152 B
Kotlin
package org.db3.airmq
|
|
|
|
import android.app.Application
|
|
import dagger.hilt.android.HiltAndroidApp
|
|
|
|
@HiltAndroidApp
|
|
class AirMQApplication : Application()
|