Fix template indentation (#2923)
This commit is contained in:
committed by
Dmitriy Dolovov
parent
d3f63166f3
commit
07d35a3ad1
+1
-1
@@ -81,7 +81,7 @@ class KotlinGradleNativeMultiplatformModuleBuilder : KotlinGradleAbstractMultipl
|
|||||||
binaries {
|
binaries {
|
||||||
executable {
|
executable {
|
||||||
// Change to specify fully qualified name of your application's entry point:
|
// Change to specify fully qualified name of your application's entry point:
|
||||||
entryPoint = 'sample.main'
|
entryPoint = 'sample.main'
|
||||||
// Specify command-line arguments, if necessary:
|
// Specify command-line arguments, if necessary:
|
||||||
runTask?.args('')
|
runTask?.args('')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user