| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /* settings.gradle.kts/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
- /* This copyright was auto-generated on Tue Feb 18 18:41:30 UTC 2025 */
- rootProject.name = "OpenGoPro"
- enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
- pluginManagement {
- repositories {
- google {
- mavenContent {
- includeGroupAndSubgroups("androidx")
- includeGroupAndSubgroups("com.android")
- includeGroupAndSubgroups("com.google")
- }
- }
- mavenCentral()
- gradlePluginPortal()
- maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
- maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
- maven( "https://androidx.dev/storage/compose-compiler/repository")
- maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
- }
- }
- dependencyResolutionManagement {
- repositories {
- google {
- mavenContent {
- includeGroupAndSubgroups("androidx")
- includeGroupAndSubgroups("com.android")
- includeGroupAndSubgroups("com.google")
- }
- }
- mavenLocal()
- mavenCentral()
- maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
- maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")
- maven( "https://androidx.dev/storage/compose-compiler/repository")
- maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
- }
- }
- include(":composeApp")
- include(":simplifiedApp:")
- include(":wsdk")
|