Started by GitHub push by varunasingh
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building in workspace /home/jenkins/.jenkins/workspace/Branded-Goldozi
The recommended git tool is: NONE
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/UstadMobile/UstadMobile.git # timeout=10
Fetching upstream changes from https://github.com/UstadMobile/UstadMobile.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
> git fetch --tags --force --progress -- https://github.com/UstadMobile/UstadMobile.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/dev-goldozi-catalog^{commit} # timeout=10
Checking out Revision c3b9a56348fe2cd184ade8be9a176b058d52df45 (refs/remotes/origin/dev-goldozi-catalog)
> git config core.sparsecheckout # timeout=10
> git checkout -f c3b9a56348fe2cd184ade8be9a176b058d52df45 # timeout=10
Commit message: "Strings build failure fix"
> git rev-list --no-walk ec3cadf8fc6b87a462623f834747b6b91a61ea54 # timeout=10
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties content
ANDROID_SDK_ROOT=/var/lib/jenkins/Android/Sdk
KEYSTORE=/var/lib/jenkins/javakey/goldozi-release-keystore.properties
ANDROID_HOME=/var/lib/jenkins/Android/Sdk
[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[Branded-Goldozi] $ /home/jenkins/.jenkins/workspace/Branded-Goldozi/gradlew clean app-android-launcher:assembleDevMinApi21Debug app-ktor-server:shadowJar assembleRelease
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :app-android-launcher
Kotlin Multiplatform Projects are an Alpha feature. See: https://kotlinlang.org/docs/reference/evolution/components-stability.html. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
The following Kotlin source sets were configured but not added to any Kotlin compilation:
* androidAndroidTestRelease
* jsMain
You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets
> Task :app-android:clean
> Task :app-android-launcher:clean UP-TO-DATE
> Task :app-ktor-server:cleanJvmTest UP-TO-DATE
> Task :app-ktor-server:cleanAllTests UP-TO-DATE
> Task :app-ktor-server:clean
> Task :core:cleanJvmTest UP-TO-DATE
> Task :core:cleanAllTests UP-TO-DATE
> Task :core:clean
> Task :lib-content-scrapers:cleanJvmTest UP-TO-DATE
> Task :lib-content-scrapers:cleanAllTests UP-TO-DATE
> Task :lib-content-scrapers:clean UP-TO-DATE
> Task :lib-database:cleanJvmTest UP-TO-DATE
> Task :lib-database:cleanAllTests UP-TO-DATE
> Task :lib-database:clean
> Task :lib-database-android:clean
> Task :lib-database-entities:cleanJvmTest UP-TO-DATE
> Task :lib-database-entities:cleanAllTests UP-TO-DATE
> Task :lib-database-entities:clean
> Task :lib-database-mpp:cleanJvmTest UP-TO-DATE
> Task :lib-database-mpp:cleanAllTests UP-TO-DATE
> Task :lib-database-mpp:clean
> Task :lib-http-testserver:clean UP-TO-DATE
> Task :lib-test-common:cleanJvmTest UP-TO-DATE
> Task :lib-test-common:cleanAllTests UP-TO-DATE
> Task :lib-test-common:clean UP-TO-DATE
> Task :lib-util:cleanJvmTest UP-TO-DATE
> Task :lib-util:cleanAllTests UP-TO-DATE
> Task :lib-util:clean
> Task :sharedse:cleanJvmTest UP-TO-DATE
> Task :sharedse:cleanAllTests UP-TO-DATE
> Task :sharedse:clean UP-TO-DATE
> Task :app-android:generateCoreStringToAndroidResMap
Looking in: core/locale/main
Found: /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values/strings_goldozi.xml
Found: /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values/strings_ui.xml
> Task :app-android:preBuild UP-TO-DATE
> Task :app-android:preDevMinApi21DebugBuild UP-TO-DATE
> Task :core:prepareLocale
> Task :core:preBuild
> Task :core:preDebugBuild
> Task :lib-database-entities:compileKotlinJvm
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/Category.kt: (57, 19): 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/Category.kt: (59, 25): 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/Category.kt: (92, 19): 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/Category.kt: (94, 25): 'toLowerCase(): String' is deprecated. Use lowercase() instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntryRelatedEntryJoinWithLangName.kt: (20, 18): 'ContentEntryRelatedEntryJoinWithLangName' is deprecated. use ContentEntryRelatedEntryJoinWithLanguage
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntryStatus.kt: (42, 29): 'ContentEntryStatus' is deprecated. This is now tracked via ContainerDownloadManager
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/ContentEntryWithContentEntryStatus.kt: (10, 29): 'ContentEntryStatus' is deprecated. This is now tracked via ContainerDownloadManager
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/DownloadJobItemParentChildJoin.kt: (32, 25): The corresponding parameter in the supertype 'Any' is named 'other'. This may cause problems when calling this function with named arguments.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/DownloadJobItemStatus.kt: (15, 5): @kotlin.jvm.Transient does not affect @Serializable classes. Please use @kotlinx.serialization.Transient instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/DownloadJobItemStatus.kt: (27, 5): @kotlin.jvm.Transient does not affect @Serializable classes. Please use @kotlinx.serialization.Transient instead.
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-entities/src/commonMain/kotlin/com/ustadmobile/lib/db/entities/StateContentEntity.kt: (49, 25): The corresponding parameter in the supertype 'Any' is named 'other'. This may cause problems when calling this function with named arguments.
> Task :lib-database-entities:jvmProcessResources NO-SOURCE
> Task :lib-database-entities:jvmMainClasses
> Task :lib-database-entities:jvmJar
> Task :lib-util:compileKotlinJvm
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-util/src/commonMain/kotlin/com/ustadmobile/core/db/LiveDataUtil.kt: (14, 25): 'offer(E): Boolean' is deprecated. Deprecated in the favour of 'trySend' method
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RandomString.kt: (11, 32): Parameter 'i' is never used, could be renamed to _
w: /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-util/src/commonMain/kotlin/com/ustadmobile/lib/util/RangeUtil.kt: (42, 22): Variable 'statusCode' initializer is redundant
> Task :lib-util:jvmProcessResources NO-SOURCE
> Task :lib-util:jvmMainClasses
> Task :lib-util:jvmJar
> Task :lib-database:kaptGenerateStubsKotlinJvm
> Task :lib-database:jvmProcessResources NO-SOURCE
> Task :lib-database-android:preBuild UP-TO-DATE
> Task :lib-database-android:preDebugBuild UP-TO-DATE
> Task :lib-database-entities:preBuild UP-TO-DATE
> Task :lib-database-entities:preDebugBuild UP-TO-DATE
> Task :lib-database-entities:compileDebugAidl NO-SOURCE
> Task :lib-util:preBuild UP-TO-DATE
> Task :lib-util:preDebugBuild UP-TO-DATE
> Task :lib-util:compileDebugAidl NO-SOURCE
> Task :sharedse:preBuild UP-TO-DATE
> Task :sharedse:preDebugBuild UP-TO-DATE
> Task :core:packageDebugRenderscript NO-SOURCE
> Task :lib-database-android:packageDebugRenderscript NO-SOURCE
> Task :lib-database-entities:packageDebugRenderscript NO-SOURCE
> Task :lib-util:packageDebugRenderscript NO-SOURCE
> Task :sharedse:packageDebugRenderscript NO-SOURCE
> Task :app-android:compileDevMinApi21DebugRenderscript NO-SOURCE
> Task :app-android:dataBindingMergeDependencyArtifactsDevMinApi21Debug
> Task :app-android:generateDevMinApi21DebugResValues
> Task :app-android:generateDevMinApi21DebugResources
> Task :app-android:dataBindingMergeGenClassesDevMinApi21Debug
> Task :app-android:packageDevMinApi21DebugResources FAILED
ERROR:[string-ps/end_is_before_start_error] /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values-ps/strings_goldozi.xml [string-ps/end_is_before_start_error] /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values-ps/strings_ui.xml: Resource and asset merger: Duplicate resources
> Task :lib-database:kaptKotlinJvm
Db tmp file: /tmp/dbprocessorkt8005665423004765217.db
Deprecation warning: converting com.ustadmobile.core.db.UmAppDatabase to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTermsWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.dao.PersonDao.PersonUidAndPasswordHash to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithAccount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithPersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrantAndName to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoinWithLangName to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryWithContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryWithContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryWithMd5 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryWithContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithLeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithClazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolWithHolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemHistory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemHistory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbDisplay to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecordWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleWithCustomerAndLocation to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRoleWithNameAndRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerImportJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerImportJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerImportJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerImportJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoinWithMinorPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.dao.PersonParentJoinDao.ParentEnrolmentRequired to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ConnectivityStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ConnectivityStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AssignmentProgressSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerEntryFile to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScrapeQueueItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScrapeQueueItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScrapeQueueItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScrapeQueueItemWithScrapeRun to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScrapeRun to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJob to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobSizeInfo to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerWithContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerUidAndMimeType to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DistinctCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LangUidAndName to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobSizeInfo to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.dao.StatementDao.ReportData to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UidAndLabel to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.dao.UmContentEntriesWithFileSize to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerUidAndMimeType to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.dao.DownloadJobItemDao.DownloadJobItemToBeCreated2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DownloadJobItemUidAndStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.NetworkNode to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotification to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.TableSyncStatus to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.ZombieAttachmentData to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.UmAppDatabase to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTermsWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTermsWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTermsWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTermsWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithAccount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithPersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithAccount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithPersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrantAndName to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrantAndName to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoinWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoinWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithLeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithLeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithClazzAndAttendance to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithClazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithClazzEnrolmentDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithLeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithLeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithClazzAndAttendance to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithClazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolmentWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithClazzEnrolmentDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolWithHolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolWithMemberCountAndLocation to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolWithHolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolWithMemberCountAndLocation to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecordWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecordWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleWithCustomerAndLocation to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleListDetail to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithSaleInfo to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleWithCustomerAndLocation to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleListDetail to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithSaleInfo to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRoleWithNameAndRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRoleWithNameAndRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRoleWithNameAndRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRoleWithNameAndRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoinWithMinorPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoinWithMinorPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentWithMetrics to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AssignmentProgressSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentWithMetrics to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AssignmentProgressSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemWithProduct to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerWithContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContainerWithContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithLanguage to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryWithParentChildJoinAndStatusAndMostRecentContainer to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryStatementScoreProgress to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementWithSessionDetailDisplay to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementWithSessionDetailDisplay to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonWithInventoryItemAndStock to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithListDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithListDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithDisplayDetails to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithHolidayCalendarAndSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzWithSchool to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendarWithNumEntries to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendarWithNumEntries to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSessionAndPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMemberWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupWithMemberCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupWithMemberCount to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CommentsWithPerson to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.door.entities.UpdateNotificationSummary to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Schedule to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.DateRange to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.HolidayCalendar to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Holiday to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScheduledCheck to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AuditLog to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomField to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.CustomFieldValueOption to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Clazz to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzEnrolment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LeavingReason to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonCustomFieldValue to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategorySchema to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContentCategory to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Language to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LanguageVariant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Role to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.EntityRole to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Container to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.VerbEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XObjectEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.AgentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StateContentEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.School to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SchoolMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Comments to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Report to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Site to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroup to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.LearnerGroupMember to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.GroupLearningSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SiteTerms to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonParentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ScopedGrant to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ErrorReport to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.PersonAuth2 to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.UserSession to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Product to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductCategoryJoin to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.InventoryTransaction to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Category to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Sale to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleDelivery to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItem to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SaleItemReminder to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.SalePayment to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Location to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.ProductPicture to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.core.db.UmAppDatabase to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.StatementEntity to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.Person to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
Deprecation warning: converting com.ustadmobile.lib.db.entities.XLangMapEntry to TypeName. Conversion of TypeMirror and TypeElement is deprecated in KotlinPoet, use kotlin-metadata APIs instead.
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzLog_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Schedule_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.DateRange_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.HolidayCalendar_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Holiday_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ScheduledCheck_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.AuditLog_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomField_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomFieldValue_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomFieldValueOption_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Person_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Clazz_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzEnrolment_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LeavingReason_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonCustomFieldValue_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntry_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentCategorySchema_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentCategory_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Language_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LanguageVariant_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Role_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.EntityRole_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonGroup_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonGroupMember_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonPicture_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Container_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.VerbEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.XObjectEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.StatementEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContextXObjectStatementJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.AgentEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.StateEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.StateContentEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.XLangMapEntry_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.School_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SchoolMember_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Comments_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Report_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Site_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LearnerGroup_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LearnerGroupMember_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.GroupLearningSession_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SiteTerms_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzContentJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonParentJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ScopedGrant_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ErrorReport_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzAssignment_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzAssignmentContentJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonAuth2_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.UserSession_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Product_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ProductCategoryJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.InventoryItem_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.InventoryTransaction_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Category_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Sale_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SaleDelivery_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SaleItem_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SaleItemReminder_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.SalePayment_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Location_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ProductPicture_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzLog_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzLogAttendanceRecord_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Schedule_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.DateRange_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.HolidayCalendar_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Holiday_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ScheduledCheck_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.AuditLog_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomField_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomFieldValue_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.CustomFieldValueOption_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Person_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Clazz_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ClazzEnrolment_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LeavingReason_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonCustomFieldValue_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntry_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryContentCategoryJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryParentChildJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentEntryRelatedEntryJoin_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentCategorySchema_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.ContentCategory_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Language_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.LanguageVariant_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Role_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.EntityRole_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonGroup_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonGroupMember_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.PersonPicture_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.Container_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.VerbEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.XObjectEntity_trk
warning: findAllEntitiesWithAnnotation cannot find : com.ustadmobile.lib.db.entities.StatementEntity_trk
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app-android:packageDevMinApi21DebugResources'.
> [string-ps/end_is_before_start_error] /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values-ps/strings_goldozi.xml [string-ps/end_is_before_start_error] /home/jenkins/.jenkins/workspace/Branded-Goldozi/core/locale/main/values-ps/strings_ui.xml: Error: Duplicate resources
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 36s
34 actionable tasks: 20 executed, 14 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-android/build/reports/androidTests/connected/flavors/debugAndroidTest to /home/jenkins/.jenkins/jobs/Branded-Goldozi/builds/87/htmlreports/Room_20Migration_20Tests
ERROR: Specified HTML directory '/home/jenkins/.jenkins/workspace/Branded-Goldozi/lib-database-android/build/reports/androidTests/connected/flavors/debugAndroidTest' does not exist.
[htmlpublisher] Archiving at BUILD level /home/jenkins/.jenkins/workspace/Branded-Goldozi/app-android/build/reports/androidTests/connected/flavors/devMinApi21DebugAndroidTest to /home/jenkins/.jenkins/jobs/Branded-Goldozi/builds/87/htmlreports/Connected_20Android_20Test
ERROR: Specified HTML directory '/home/jenkins/.jenkins/workspace/Branded-Goldozi/app-android/build/reports/androidTests/connected/flavors/devMinApi21DebugAndroidTest' does not exist.
[htmlpublisher] Archiving at BUILD level /home/jenkins/.jenkins/workspace/Branded-Goldozi/app-android/build/reports/adbScreenRecord to /home/jenkins/.jenkins/jobs/Branded-Goldozi/builds/87/htmlreports/ADB_20Screen_20Record
ERROR: Specified HTML directory '/home/jenkins/.jenkins/workspace/Branded-Goldozi/app-android/build/reports/adbScreenRecord' does not exist.
Finished: FAILURE