moved the code generation tools out into a separate package so they don't get confused with test cases
This commit is contained in:
@@ -11,4 +11,4 @@ To run the code generator from a kotlin checkout
|
|||||||
cd libraries/stdlib
|
cd libraries/stdlib
|
||||||
mvn test-compile exec:java
|
mvn test-compile exec:java
|
||||||
|
|
||||||
This then runs the [GenerateStandardLib.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/test/GenerateStandardLib.kt) script to create the source from the files for java.lang.Iterable<T> and java.util.Collection etc.
|
This then runs the [GenerateStandardLib.kt](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/test/org/jetbrains/kotlin/tools/GenerateStandardLib.kt) script to create the source from the files for java.lang.Iterable<T> and java.util.Collection etc.
|
||||||
Reference in New Issue
Block a user