@file:Suppress("UnstableApiUsage") /* * Copyright 2024-2025 JetBrains s.r.o. and Compose Hot Reload contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ pluginManagement { repositories { mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { versionCatalogs { create("deps") { from(files("../dependencies.toml")) } } repositories { mavenCentral() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" }