Fix cli test that uses android compiler plugin
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package android.widget;
|
||||||
|
|
||||||
|
public class TextView extends android.view.View {
|
||||||
|
public void setText(String text) {}
|
||||||
|
}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
package android.widget
|
|
||||||
|
|
||||||
public open class TextView : android.view.View() {
|
|
||||||
public fun setText(@Suppress("UNUSED_PARAMETER") text: String) {}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
package android.appwidget
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
package android.inputmethodservice
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
package android.opengl
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
package android.webkit
|
|
||||||
+1
-7
@@ -7,10 +7,4 @@ plugin\:org.jetbrains.kotlin.android\:androidManifest=$TESTDATA_DIR$/androidPlug
|
|||||||
-P
|
-P
|
||||||
plugin\:org.jetbrains.kotlin.android\:androidRes=$TESTDATA_DIR$/androidPlugin/res
|
plugin\:org.jetbrains.kotlin.android\:androidRes=$TESTDATA_DIR$/androidPlugin/res
|
||||||
$TESTDATA_DIR$/pluginSimple.kt
|
$TESTDATA_DIR$/pluginSimple.kt
|
||||||
$TESTDATA_DIR$/androidPlugin/androidApp.kt
|
$TESTDATA_DIR$/androidPlugin
|
||||||
$TESTDATA_DIR$/androidPlugin/androidView.kt
|
|
||||||
$TESTDATA_DIR$/androidPlugin/androidWidget.kt
|
|
||||||
$TESTDATA_DIR$/androidPlugin/fakeAppwidgetPackage.kt
|
|
||||||
$TESTDATA_DIR$/androidPlugin/fakeInputMethodServicePackage.kt
|
|
||||||
$TESTDATA_DIR$/androidPlugin/fakeOpenglPackage.kt
|
|
||||||
$TESTDATA_DIR$/androidPlugin/fakeWebkitPackage.kt
|
|
||||||
@@ -3,6 +3,5 @@ error: required plugin option not present: org.jetbrains.kotlin.android:androidR
|
|||||||
Plugin "org.jetbrains.kotlin.android" usage:
|
Plugin "org.jetbrains.kotlin.android" usage:
|
||||||
androidRes <path> Android resources path (required, multiple)
|
androidRes <path> Android resources path (required, multiple)
|
||||||
androidManifest <path> Android manifest file (required)
|
androidManifest <path> Android manifest file (required)
|
||||||
supportV4 <path> Support android-v4 library
|
|
||||||
|
|
||||||
COMPILATION_ERROR
|
COMPILATION_ERROR
|
||||||
|
|||||||
Reference in New Issue
Block a user