K/N in IDE: Remove empty argument in run task in the default K/N template in IDEA
Issue #KT-37452
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class KotlinGradleNativeMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
|
||||
// Change to specify fully qualified name of your application's entry point:
|
||||
entryPoint = 'sample.main'
|
||||
// Specify command-line arguments, if necessary:
|
||||
runTask?.args('')
|
||||
//runTask?.args('arg1', 'arg2', 'arg3')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user