The settings.gradle.kts pluginManagement block runs in a different context where top-level imports are not available. Use fully-qualified java.util.Properties() here while keeping explicit imports in app/build.gradle.kts where they are required.
The settings.gradle.kts pluginManagement block runs in a different context where top-level imports are not available. Use fully-qualified java.util.Properties() here while keeping explicit imports in app/build.gradle.kts where they are required.