Skip to content

Commit 2e15a95

Browse files
committed
Merge pull request #55 from madvay/debugG
j2objc line number output
2 parents 47dbdbd + 00f22f1 commit 2e15a95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libraryBuilds/common/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ buildscript {
2727
subprojects {
2828
apply plugin: 'java'
2929
apply plugin: 'com.github.j2objccontrib.j2objcgradle'
30-
30+
31+
j2objcConfig {
32+
// Include Java line numbers in Objective-C source files.
33+
translateArgs '-g'
34+
}
35+
3136
repositories {
3237
jcenter()
3338
}

0 commit comments

Comments
 (0)