Alexander Udalov
0439abba46
Check that kotlin.stdlib is explicitly required in module-info
...
Writing a Jigsaw-modular Kotlin program which doesn't require
kotlin.stdlib doesn't make sense because it most likely will fail at
runtime, on access to anything from the standard library. Previously, we
checked that kotlin.stdlib was in the module graph, but that's not
enough, we should also check that the source module requires it.
'-Xallow-kotlin-package' can be used to disable the error.
Add a test checking that an indirect (transitive) dependency is also OK
2018-04-03 21:50:25 +02:00
..
2018-03-15 18:19:43 +01:00
2018-01-30 15:41:06 +03:00
2018-03-20 20:39:17 +03:00
2017-01-24 14:33:52 +03:00
2018-02-12 15:10:16 +03:00
2017-12-22 10:35:22 +01:00
2018-04-02 19:16:46 +03:00
2018-03-14 21:16:58 +03:00
2017-05-26 13:58:46 +03:00
2018-02-08 15:36:41 +01:00
2018-03-01 15:41:10 +03:00
2017-12-11 18:28:00 +03:00
2017-10-10 22:48:42 +03:00
2018-01-17 12:05:05 +03:00
2018-02-09 10:49:02 +01:00
2017-09-01 11:57:37 +02:00
2018-02-28 14:03:41 +03:00
2018-02-08 17:47:37 +03:00
2017-09-28 15:38:27 +03:00
2018-01-17 11:39:35 +01:00
2018-03-29 11:39:01 +02:00
2018-04-03 17:46:27 +03:00
2018-04-03 19:49:31 +03:00
2018-01-26 12:42:16 +03:00
2018-02-12 13:41:50 +03:00
2018-03-06 12:07:07 +01:00
2017-07-31 19:34:59 +03:00
2017-03-09 11:47:21 +01:00
2018-02-06 09:50:09 +03:00
2017-12-26 18:39:50 +03:00
2017-12-26 18:39:51 +03:00
2017-09-15 18:29:06 +03:00
2018-04-03 21:50:25 +02:00
2018-02-06 09:50:10 +03:00
2018-03-06 14:32:30 +03:00
2017-06-15 13:35:40 +03:00
2018-03-13 10:40:54 +03:00
2017-10-27 22:59:04 +03:00
2018-04-03 19:49:32 +03:00
2018-03-30 12:37:30 +03:00
2018-01-16 17:54:27 +01:00
2017-10-03 16:10:33 +03:00
2018-02-01 10:21:55 +03:00
2018-03-30 14:43:17 +03:00
2017-12-20 12:02:04 +01:00
2018-02-21 16:04:49 +03:00
2018-02-06 14:23:20 +03:00
2018-01-12 13:53:29 +03:00
2017-05-18 21:02:24 +02:00
2017-01-25 20:47:48 +03:00
2017-11-30 12:49:24 +03:00
2017-11-03 16:34:36 +03:00
2017-12-26 13:09:17 +03:00