Going off of the above question. I'm using the tem...
# compose-web
c
Going off of the above question. I'm using the template from kmp.jetbrains.com (im new to kmp and fleet and compose web) and I added
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")
to
commonMain.dependencies
and then wrote
Copy code
TimeZone.availableZoneIds.forEach {
                Text(it)
            }
but I get no result from that. Any ideas why availableZoneIds would be blank?