init commit
This commit is contained in:
10
hello_world_native/settings.gradle
Normal file
10
hello_world_native/settings.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
pluginManagement {
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "kotlin-multiplatform") {
|
||||
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = 'kotlin-hands-on-intro-kotlin-native'
|
||||
Reference in New Issue
Block a user