@@ -5,50 +5,17 @@ pluginManagement {
5
5
mavenCentral()
6
6
google()
7
7
gradlePluginPortal()
8
- maven(" https://maven.pkg. jetbrains.space/public /p/amper/amper" )
8
+ maven(" https://packages. jetbrains.team/maven /p/amper/amper" )
9
9
maven(" https://www.jetbrains.com/intellij-repository/releases" )
10
10
maven(" https://packages.jetbrains.team/maven/p/ij/intellij-dependencies" )
11
11
}
12
12
}
13
13
14
- dependencyResolutionManagement {
15
- repositoriesMode.set(RepositoriesMode .PREFER_SETTINGS )
16
- repositories {
17
- mavenCentral()
18
- google()
19
- // workaround for https://youtrack.jetbrains.com/issue/KT-51379
20
- exclusiveContent {
21
- forRepository {
22
- ivy(" https://download.jetbrains.com/kotlin/native/builds" ) {
23
- name = " Kotlin Native"
24
- patternLayout {
25
-
26
- // example download URLs:
27
- // https://download.jetbrains.com/kotlin/native/builds/releases/1.7.20/linux-x86_64/kotlin-native-prebuilt-linux-x86_64-1.7.20.tar.gz
28
- // https://download.jetbrains.com/kotlin/native/builds/releases/1.7.20/windows-x86_64/kotlin-native-prebuilt-windows-x86_64-1.7.20.zip
29
- // https://download.jetbrains.com/kotlin/native/builds/releases/1.7.20/macos-x86_64/kotlin-native-prebuilt-macos-x86_64-1.7.20.tar.gz
30
- listOf (
31
- " macos-x86_64" ,
32
- " macos-aarch64" ,
33
- " osx-x86_64" ,
34
- " osx-aarch64" ,
35
- " linux-x86_64" ,
36
- " windows-x86_64" ,
37
- " iosX64"
38
- ).forEach { os ->
39
- listOf (" dev" , " releases" ).forEach { stage ->
40
- artifact(" $stage /[revision]/$os /[artifact]-[revision].[ext]" )
41
- }
42
- }
43
- }
44
- metadataSources { artifact() }
45
- }
46
- }
47
- filter { includeModuleByRegex(" .*" , " .*kotlin-native-prebuilt.*" ) }
48
- }
49
- }
50
- }
14
+ include(" :sample-android" )
15
+ include(" :sample-ios" )
16
+ include(" :sample-shared" )
17
+ include(" :settings-datastore" )
51
18
52
19
plugins {
53
- id(" org.jetbrains.amper.settings.plugin" ).version(" 0.2.2 " )
20
+ id(" org.jetbrains.amper.settings.plugin" ).version(" 0.5.0 " )
54
21
}
0 commit comments