From b756ddc067c78cfddd729e0d109c88e59f889fe0 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 18 Oct 2016 09:53:54 +0300 Subject: [PATCH] switch kotlin-ir on master, see https://jetbrains.slack.com/archives/kotlin-ir/p1476772444000204 for details. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 071da17fc2d..432e7cc8d8c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "experiments/kotlin-ir"] path = backend.native/kotlin-ir url = https://github.com/JetBrains/kotlin.git - branch = rr/pdn_ir_prototype + branch = master [submodule "third-party/ios/libffi"] path = third-party/ios/libffi url = https://github.com/ksjogo/libffi