Skip to content

Commit

Permalink
Use Space package for hot reload
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Nov 20, 2024
1 parent e58a25a commit bc734a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
maven("https://repo.sellmair.io")
maven("https://packages.jetbrains.team/maven/p/firework/dev")
}
}

Expand All @@ -19,7 +19,7 @@ dependencyResolutionManagement {
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
google()
mavenCentral()
maven("https://repo.sellmair.io")
maven("https://packages.jetbrains.team/maven/p/firework/dev")
}
}

Expand Down

0 comments on commit bc734a1

Please sign in to comment.