mirror of
https://github.com/hmalik144/KotlinMultiplatformWeather.git
synced 2025-12-10 03:05:31 +00:00
Initial commit
This commit is contained in:
22
settings.gradle.kts
Normal file
22
settings.gradle.kts
Normal file
@@ -0,0 +1,22 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.namespace == "com.android" || requested.id.name == "kotlin-android-extensions") {
|
||||
useModule("com.android.tools.build:gradle:3.5.2")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "KotlinMultiplatformWeather"
|
||||
|
||||
include(":shared")
|
||||
include(":androidApp")
|
||||
|
||||
enableFeaturePreview("GRADLE_METADATA")
|
||||
|
||||
Reference in New Issue
Block a user