I'm unable to build the apk due to unresolved references
The documentation for WifiConfiguration doesn't have any of this variables
Error log
> Task :app:compileDebugKotlin FAILED
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:64:35 Unresolved reference 'printableSsid'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:124:52 Unresolved reference 'creatorName'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:125:52 Unresolved reference 'lastUpdateName'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:127:44 Unresolved reference 'allowAutojoin'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:139:50 Unresolved reference 'caPath'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:142:50 Unresolved reference 'clientCertificateAlias'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/ui/components/WiFiCard.kt:199:50 Unresolved reference 'wapiCertSuite'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/util/WiFiExportGenerator.kt:15:27 Unresolved reference 'printableSsid'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/util/WifiConfigurationUtils.kt:7:16 Unresolved reference 'internal'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/util/WifiConfigurationUtils.kt:30:6 Unresolved reference 'SecurityType'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/util/WifiConfigurationUtils.kt:58:50 Unresolved reference 'requirePmf'.
e: file:///home/sebas/WiFiList/app/src/main/java/tk/zwander/wifilist/util/WifiConfigurationUtils.kt:68:42 Unresolved reference 'requirePmf'.
Could you point me to a posible solution?
I'm unable to build the apk due to unresolved references
The documentation for WifiConfiguration doesn't have any of this variables
Error log
Could you point me to a posible solution?