Refactoring: use same module name as Intellij
This commit is contained in:
+1
@@ -37,6 +37,7 @@ class KotlinGradleIT: BaseGradleIT() {
|
||||
|
||||
project.build("build") {
|
||||
assertSuccessful()
|
||||
assertFileExists("build/classes/main/META-INF/kotlinProject_main.kotlin_module")
|
||||
assertReportExists()
|
||||
assertContains(":compileKotlin", ":compileTestKotlin")
|
||||
}
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package demo
|
||||
|
||||
fun dummyFun() {}
|
||||
Reference in New Issue
Block a user